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 a267e71 commit 67068b2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ assembly_info:

build_script:
- ps: |
dotnet build "Itofinity.Appveyor.Refit.sln"
dotnet pack -p:PackageVersion=$env:APPVEYOR_BUILD_VERSION
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\
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\
artifacts:
- path: /.*\.nupkg/
Expand Down

0 comments on commit 67068b2

Please sign in to comment.