Skip to content

Commit

Permalink
Enable deterministic build (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
304NotModified authored Mar 31, 2021
1 parent fe1cfcd commit 43623b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ test_script:
- ps: dotnet test
- ps: cd ..
after_build:
- ps: msbuild -t:Pack .\src\ -p:Configuration=Release -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg -verbosity:minimal
- ps: msbuild -t:Pack .\src\ -p:Configuration=Release -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg -p:ContinuousIntegrationBuild=true -p:EmbedUntrackedSources=true -verbosity:minimal
- ps: Get-ChildItem '**\test-diag.log' | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
artifacts:
- path: '**\*.nupkg'
Expand Down

0 comments on commit 43623b7

Please sign in to comment.