Skip to content

Commit 2fb8c5c

Browse files
committed
📦 More CI tweaks.
1 parent 828da4d commit 2fb8c5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ before_build:
3131

3232
build_script:
3333
- dotnet restore --verbosity quiet
34-
- ps: dotnet build -c $env:CONFIGURATION -v minimal /p:Version=$env:APPVEYOR_BUILD_VERSION --no-restore
34+
- ps: dotnet build -c $env:CONFIGURATION -v minimal --no-restore /p:ContinuousIntegrationBuild=true -p:Version=$env:APPVEYOR_BUILD_VERSION
3535

3636
test_script:
3737
- ps: |
@@ -59,7 +59,7 @@ after_test:
5959
6060
if ($env:CONFIGURATION -eq 'Release')
6161
{
62-
dotnet pack -c $env:CONFIGURATION --no-build /p:ContinuousIntegrationBuild=true /p:Version=$env:APPVEYOR_BUILD_VERSION
62+
dotnet pack -c $env:CONFIGURATION --no-build -p:PackageVersion=$env:APPVEYOR_BUILD_VERSION
6363
}
6464
6565
artifacts:

0 commit comments

Comments
 (0)