Skip to content

Commit 6460e9c

Browse files
committed
chore: enable deterministic builds on appveyor
1 parent 3fcbef9 commit 6460e9c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ PublishScripts/
160160

161161
# NuGet Packages
162162
*.nupkg
163+
*.snupkg
163164
# The packages folder can be ignored because of Package Restore
164165
**/packages/*
165166
# except build/, which is used as an MSBuild target.

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ image: Visual Studio 2019
33
environment:
44
IGNORE_NORMALISATION_GIT_HEAD_MOVE: 1
55
build_script:
6-
- dotnet pack -c Release -o out
6+
- dotnet pack -c Release -o out -p:ContinuousIntegrationBuild=true
77
artifacts:
88
- path: out\*.*nupkg
99
deploy:

0 commit comments

Comments
 (0)