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 4f46a7b commit 74d3c52Copy full SHA for 74d3c52
.gitignore
@@ -31,6 +31,9 @@ artifacts/
31
*.vsp
32
*.vspx
33
34
+# Visual Studio Code
35
+.vscode
36
+
37
# Click-Once directory
38
[Pp]ublish/
39
appveyor.yml
@@ -8,3 +8,9 @@ environment:
8
test: off
9
build_script:
10
- cmd: build.cmd ci nugetkey=%NUGETKEY% nugetpublishurl=https://www.myget.org/F/saladlab/api/v2/package nugetprerelease=%APPVEYOR_BUILD_NUMBER% coverallskey=%COVERALLSKEY%
11
+artifacts:
12
+ - path: './bin/nuget/*.nupkg'
13
+ name: NugetPackage
14
+ - path: './bin/unity/*.unitypackage'
15
+ name: UnityPackage
16
0 commit comments