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 a86294b commit 8e8d87dCopy full SHA for 8e8d87d
appveyor.yml
@@ -16,7 +16,7 @@ init:
16
- echo %APPVEYOR_BUILD_WORKER_IMAGE%
17
- if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2019" ( set generator="Visual Studio 16 2019%arch%" )
18
- echo %generator%
19
-
+
20
install:
21
- cmd: choco install OpenCV -y -version 4.5.3
22
@@ -64,6 +64,9 @@ artifacts:
64
65
deploy:
66
- provider: GitHub
67
+ auth_token:
68
+ secure: zpjN8eGGNYIYn5YgqTdjTyG/yE8JuAnSh+KgWRuQCL4jIu4T85dYjDsS52m8VnGG
69
+ release: DigitsDemo-v$(APPVEYOR_BUILD_VERSION)
70
artifact: src/cpp/build/DigitsDemo.zip # upload all NuGet packages to release assets
71
draft: false
72
prerelease: false
0 commit comments