File tree Expand file tree Collapse file tree 1 file changed +11
-14
lines changed Expand file tree Collapse file tree 1 file changed +11
-14
lines changed Original file line number Diff line number Diff line change @@ -49,15 +49,12 @@ matrix:
49
49
50
50
configuration : Release
51
51
52
- build_script :
53
- - dotnet build --verbosity m --configuration $CONFIGURATION --runtime $CameraUtility_runtime
54
-
55
52
test_script :
56
- - dotnet test --verbosity m --configuration $CONFIGURATION --no-build
53
+ - dotnet test --verbosity m --configuration $CONFIGURATION
57
54
--runtime $CameraUtility_runtime --logger:AppVeyor;
58
55
59
56
after_test :
60
- - dotnet publish --verbosity m --configuration $CONFIGURATION --no-build
57
+ - dotnet publish --verbosity m --configuration $CONFIGURATION
61
58
--runtime $CameraUtility_runtime --output $CameraUtility_PublishFolder
62
59
$CameraUtility_ConsoleAppProject
63
60
/p:PublishSingleFile=true /p:PublishTrimmed=true /p:DebugType=None
@@ -68,12 +65,12 @@ artifacts:
68
65
- path : $(CameraUtility_ConsoleAppName)-$(GitVersion_FullSemVer)-$(CameraUtility_runtime).zip
69
66
70
67
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
You can’t perform that action at this time.
0 commit comments