We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 828da4d commit 2fb8c5cCopy full SHA for 2fb8c5c
appveyor.yml
@@ -31,7 +31,7 @@ before_build:
31
32
build_script:
33
- dotnet restore --verbosity quiet
34
- - ps: dotnet build -c $env:CONFIGURATION -v minimal /p:Version=$env:APPVEYOR_BUILD_VERSION --no-restore
+ - ps: dotnet build -c $env:CONFIGURATION -v minimal --no-restore /p:ContinuousIntegrationBuild=true -p:Version=$env:APPVEYOR_BUILD_VERSION
35
36
test_script:
37
- ps: |
@@ -59,7 +59,7 @@ after_test:
59
60
if ($env:CONFIGURATION -eq 'Release')
61
{
62
- dotnet pack -c $env:CONFIGURATION --no-build /p:ContinuousIntegrationBuild=true /p:Version=$env:APPVEYOR_BUILD_VERSION
+ dotnet pack -c $env:CONFIGURATION --no-build -p:PackageVersion=$env:APPVEYOR_BUILD_VERSION
63
}
64
65
artifacts:
0 commit comments