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 67068b2 commit ca1dfdb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ build_script:
- ps: |
dotnet build -c release "Itofinity.Appveyor.Refit.sln"
dotnet pack -c release -p:PackageVersion=$env:APPVEYOR_BUILD_VERSION
dotnet publish -c release --framework netcoreapp2.1 --runtime win-x64 .\src\Itofinity.Appveyor.Cli\
dotnet publish -c release --framework netcoreapp2.1 --runtime linux-x64 .\src\Itofinity.Appveyor.Cli\
dotnet publish -c release --framework netcoreapp2.1 --runtime osx-x64 .\src\Itofinity.Appveyor.Cli\
cd .\src\Itofinity.Appveyor.Cli\
dotnet publish -c release --framework netcoreapp2.1 --runtime win-x64
dotnet publish -c release --framework netcoreapp2.1 --runtime linux-x64
dotnet publish -c release --framework netcoreapp2.1 --runtime osx-x64
artifacts:
- path: /.*\.nupkg/
Expand Down

0 comments on commit ca1dfdb

Please sign in to comment.