Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mminns committed Dec 5, 2018
1 parent 4e53411 commit 153b883
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,19 @@ assembly_info:
assembly_informational_version: '{version}-{branch}'

build_script:
- dotnet build "Itofinity.Appveyor.Refit.sln"
- dotnet build "Itofinity.Appveyor.Refit.sln" ; dotnet pack -p:PackageVersion=$(appveyor_build_version); dotnet publish --runtime win-x64; dotnet publish --runtime linux-x64; dotnet publish --runtime osx-x64;

artifacts:
- path: '**\src\**\*.nupkg'
- path: 'src\Itofinity.Appveyor.Cli\bin\$(configuration)\netcoreapp2.1\win-x64\publish'
name: apv-cli-v$(appveyor_build_version)-$(configuration)-win-x64
type: zip
- path: 'src\Itofinity.Appveyor.Cli\bin\$(configuration)\netcoreapp2.1\linux-x64\publish'
name: apv-cli-v$(appveyor_build_version)-$(configuration)-linux-x64
type: zip
- path: 'src\Itofinity.Appveyor.Cli\bin\$(configuration)\netcoreapp2.1\osx-x64\publish'
name: apv-cli-v$(appveyor_build_version)-$(configuration)-osx-x64
type: zip


test_script:
Expand Down

0 comments on commit 153b883

Please sign in to comment.