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 de32e3e commit 256beafCopy full SHA for 256beaf
appveyor.yml
@@ -21,17 +21,14 @@ build:
21
after_build:
22
- cmd: NuGet pack
23
24
-before_test:
25
-- choco install opencover.portable
26
-- choco install codecov
27
-
28
-test_script:
29
-- OpenCover.Console.exe -register:user -target:"C:\Program Files\dotnet\dotnet.exe" -targetargs:"test --framework net46 --verbosity q"
30
31
-after_test:
32
-- codecov -f "results.xml"
33
34
artifacts:
35
- path: 'Unity.*.nupkg'
36
name: 'Unity'
37
+# publish NuGet package on tag build
+deploy:
+- provider: NuGet
+ api_key:
+ secure: oy2bh5r6l2tktqiulxea6rpj73yb6cgelcmhx4sl5yjd44
+ on:
+ appveor_repo_tag: true
0 commit comments