Skip to content

Commit

Permalink
Mark release builds as CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
artiomchi committed Dec 3, 2023
1 parent 5501125 commit 09e5dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.release.signed.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SET VERSION=%1
)

@ECHO -- Building solution in release mode
dotnet pack -c Release -p:SignCertificateName="Open Source Developer%%2c Artiom Chilaru" %SUFFIX%
dotnet pack -c Release -p:SignCertificateName="Open Source Developer%%2c Artiom Chilaru" -p:ContinuousIntegrationBuild=true %SUFFIX%
@IF ERRORLEVEL 1 goto ERROR

@ECHO -- Signing the nuget package
Expand Down

0 comments on commit 09e5dc5

Please sign in to comment.