Skip to content

Commit 74d3c52

Browse files
committed
Save appveyor artifacts
1 parent 4f46a7b commit 74d3c52

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ artifacts/
3131
*.vsp
3232
*.vspx
3333

34+
# Visual Studio Code
35+
.vscode
36+
3437
# Click-Once directory
3538
[Pp]ublish/
3639

appveyor.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,9 @@ environment:
88
test: off
99
build_script:
1010
- 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

Comments
 (0)