Skip to content

Commit

Permalink
Fixed the artifacts path
Browse files Browse the repository at this point in the history
  • Loading branch information
Maarten Kools committed Dec 19, 2018
1 parent f40e1f6 commit 360b680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ before_build:

build_script:
- cmd: dotnet build .\src\SpecFlow.GenericContainer.sln -c Release -v q --no-restore /nologo
- cmd: dotnet pack .\src\SpecFlow.GenericContainer.sln -c Release -o .\artifacts --include-symbols --no-build --no-restore /nologo -p:PackageVersion="%GitVersion_NuGetVersion%"
- cmd: dotnet pack .\src\SpecFlow.GenericContainer.sln -c Release -o "%APPVEYOR_BUILD_FOLDER%\artifacts" --include-symbols --no-build --no-restore /nologo -p:PackageVersion="%GitVersion_NuGetVersion%"

test:
assemblies:
only:
- '**\*.Tests.dll'

artifacts:
- path: '.\artifacts\**\*.nupkg'
- path: '%APPVEYOR_BUILD_FOLDER%\artifacts\**\*.nupkg'
name: NuGet

deploy:
Expand Down

0 comments on commit 360b680

Please sign in to comment.