Skip to content

Commit 62636b3

Browse files
committed
Fixes AppVeyor build
1 parent 9e859ee commit 62636b3

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

appveyor.yml

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,12 @@ matrix:
4949

5050
configuration: Release
5151

52-
build_script:
53-
- dotnet build --verbosity m --configuration $CONFIGURATION --runtime $CameraUtility_runtime
54-
5552
test_script:
56-
- dotnet test --verbosity m --configuration $CONFIGURATION --no-build
53+
- dotnet test --verbosity m --configuration $CONFIGURATION
5754
--runtime $CameraUtility_runtime --logger:AppVeyor;
5855

5956
after_test:
60-
- dotnet publish --verbosity m --configuration $CONFIGURATION --no-build
57+
- dotnet publish --verbosity m --configuration $CONFIGURATION
6158
--runtime $CameraUtility_runtime --output $CameraUtility_PublishFolder
6259
$CameraUtility_ConsoleAppProject
6360
/p:PublishSingleFile=true /p:PublishTrimmed=true /p:DebugType=None
@@ -68,12 +65,12 @@ artifacts:
6865
- path: $(CameraUtility_ConsoleAppName)-$(GitVersion_FullSemVer)-$(CameraUtility_runtime).zip
6966

7067
deploy:
71-
release: $(GitVersion_FullSemVer)
72-
description: ''
73-
provider: GitHub
74-
auth_token:
75-
secure: /YPgr1Fez43MdWKzvzO10XbOLKPQ6gTeYj0L5QG/ZNb1P7utd529LhWGfTKpQb9p
76-
draft: true
77-
prerelease: false
78-
on:
79-
APPVEYOR_REPO_TAG: true
68+
- release: $(GitVersion_FullSemVer)
69+
description: ''
70+
provider: GitHub
71+
auth_token:
72+
secure: /YPgr1Fez43MdWKzvzO10XbOLKPQ6gTeYj0L5QG/ZNb1P7utd529LhWGfTKpQb9p
73+
draft: true
74+
prerelease: false
75+
on:
76+
APPVEYOR_REPO_TAG: true

0 commit comments

Comments
 (0)