Skip to content

Commit

Permalink
Fixed AppVeyor file errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Kralizek committed Feb 1, 2024
1 parent 54c0075 commit 4eb9b7b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,18 @@ install:
build_script:
- cmd: dotnet cake --target=Full

test: off
test: false

artifacts:
- path: outputs\*.nupkg
name: packages
type: NuGetPackage
- path: outputs\*.snupkg
name: symbols
type: NuGetPackage
- path: outputs\tests\report
name: report
type: zip
type: Zip

deploy:
- provider: Environment
Expand Down

0 comments on commit 4eb9b7b

Please sign in to comment.