We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fcbef9 commit 6460e9cCopy full SHA for 6460e9c
.gitignore
@@ -160,6 +160,7 @@ PublishScripts/
160
161
# NuGet Packages
162
*.nupkg
163
+*.snupkg
164
# The packages folder can be ignored because of Package Restore
165
**/packages/*
166
# except build/, which is used as an MSBuild target.
appveyor.yml
@@ -3,7 +3,7 @@ image: Visual Studio 2019
3
environment:
4
IGNORE_NORMALISATION_GIT_HEAD_MOVE: 1
5
build_script:
6
- - dotnet pack -c Release -o out
+ - dotnet pack -c Release -o out -p:ContinuousIntegrationBuild=true
7
artifacts:
8
- path: out\*.*nupkg
9
deploy:
0 commit comments