Skip to content

Commit

Permalink
Fix appveyor artifact collection and publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
nover committed Aug 3, 2020
1 parent b428e54 commit 3d4bc6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ exec { & dotnet test .\test\unit\unit.csproj -c Release }
exec { & dotnet test .\test\functional\functional.csproj -c Release }
exec { & dotnet test .\test\integration\integration.csproj -c Release }

exec { & dotnet pack .\src\hubspot-client.csproj -c Release -o ..\artifacts --include-source }
exec { & dotnet pack .\src\hubspot-client.csproj -c Release -o .\artifacts --include-source }
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build_script:
- ps: .\Build.ps1
test: off
artifacts:
- path: .\artifacts\*.nupkg
- path: '**\*.nupkg'
name: NuGet
deploy:
- provider: NuGet
Expand Down

0 comments on commit 3d4bc6b

Please sign in to comment.