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

0 comments on commit c67ced7

Please sign in to comment.