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 153b883 commit 4981b94
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,12 @@ assembly_info:
assembly_informational_version: '{version}-{branch}'

build_script:
- 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;
- ps: >-
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'
Expand Down

0 comments on commit 4981b94

Please sign in to comment.