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 d554ad1 commit e1e2206
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ build_script:
dotnet build -c release "Itofinity.Appveyor.Refit.sln"
dotnet pack -c release -p:PackageVersion=$env:APPVEYOR_BUILD_VERSION
after_build:
allow_failures:
- ps: |
dotnet publish -c release --runtime win-x64 .\src\Itofinity.Appveyor.Cli\Itofinity.Appveyor.Cli.csproj
artifacts:
- path: '**\*$(APPVEYOR_BUILD_VERSION).nupkg'

Expand Down

0 comments on commit e1e2206

Please sign in to comment.