Skip to content

Commit

Permalink
Merge pull request #68 from nventive/dev/vica/determinstic-build
Browse files Browse the repository at this point in the history
feat: enable deterministic build
  • Loading branch information
vincentcastagna authored Jan 9, 2023
2 parents 1716f5c + ef51bd0 commit 84e21db
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build/stage-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,10 @@
restoreNugetPackages: false
logProjectEvents: false
createLogFile: false
msbuildArguments: /p:PackageVersion=$(GitVersion.SemVer) # Set the version of the packages, will have no effect on application projects (Heads).

msbuildArguments: > # Set the version of the packages, will have no effect on application projects (Heads).
/p:PackageVersion=$(GitVersion.SemVer)
/p:ContinousIntegrationBuild=true
- script: dotnet test --no-build --configuration $(ApplicationConfiguration) --logger trx --collect "Code coverage"
displayName: 'Run tests'
condition: and(succeeded(), eq(variables['ApplicationPlatform'], 'NuGet'))
Expand Down

0 comments on commit 84e21db

Please sign in to comment.