forked from quamotion/AS.TurboJpegWrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
19 lines (17 loc) · 1.73 KB
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
before_build:
- nuget restore
build_script:
- dotnet restore
- dotnet pack Quamotion.TurboJpegWrapper\project.json --version-suffix r%APPVEYOR_BUILD_NUMBER%
- dotnet pack runtime.win-x64.Quamotion.TurboJpegWrapper\project.json --version-suffix r%APPVEYOR_BUILD_NUMBER%
- dotnet pack runtime.win-x86.Quamotion.TurboJpegWrapper\project.json --version-suffix r%APPVEYOR_BUILD_NUMBER%
- dotnet pack runtime.rhel-x64.Quamotion.TurboJpegWrapper\project.json --version-suffix r%APPVEYOR_BUILD_NUMBER%
- dotnet pack runtime.debian-x64.Quamotion.TurboJpegWrapper\project.json --version-suffix r%APPVEYOR_BUILD_NUMBER%
- dotnet pack runtime.osx.10.10-x64.Quamotion.TurboJpegWrapper\project.json --version-suffix r%APPVEYOR_BUILD_NUMBER%
on_success:
- ps: Push-AppveyorArtifact "Quamotion.TurboJpegWrapper\bin\Debug\Quamotion.TurboJpegWrapper.1.0.3-r$($env:APPVEYOR_BUILD_NUMBER).nupkg"
- ps: Push-AppveyorArtifact "runtime.win-x64.Quamotion.TurboJpegWrapper\bin\Debug\runtime.win-x64.Quamotion.TurboJpegWrapper.1.0.3-r$($env:APPVEYOR_BUILD_NUMBER).nupkg"
- ps: Push-AppveyorArtifact "runtime.win-x86.Quamotion.TurboJpegWrapper\bin\Debug\runtime.win-x86.Quamotion.TurboJpegWrapper.1.0.3-r$($env:APPVEYOR_BUILD_NUMBER).nupkg"
- ps: Push-AppveyorArtifact "runtime.rhel-x64.Quamotion.TurboJpegWrapper\bin\Debug\runtime.rhel-x64.Quamotion.TurboJpegWrapper.1.0.3-r$($env:APPVEYOR_BUILD_NUMBER).nupkg"
- ps: Push-AppveyorArtifact "runtime.debian-x64.Quamotion.TurboJpegWrapper\bin\Debug\runtime.debian-x64.Quamotion.TurboJpegWrapper.1.0.3-r$($env:APPVEYOR_BUILD_NUMBER).nupkg"
- ps: Push-AppveyorArtifact "runtime.osx.10.10-x64.Quamotion.TurboJpegWrapper\bin\Debug\runtime.osx.10.10-x64.Quamotion.TurboJpegWrapper.1.0.3-r$($env:APPVEYOR_BUILD_NUMBER).nupkg"