cd into component folder for push

This commit is contained in:
Alan Rynne
2020-12-08 10:21:13 +01:00
parent fa8976a7b8
commit e3f9aed47d
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
command: cd GrasshopperAsyncComponent; nuget pack GrasshopperAsyncComponent.csproj -Prop Configuration=Release
- run:
name: Push NuGet
command: nuget push *.nupkg -Source https://api.nuget.org/v3/index.json -ApiKey $env:NUGET_AUTH_TOKEN -SkipDuplicate
command: cd GrasshopperAsyncComponent; nuget push *.nupkg -Source https://api.nuget.org/v3/index.json -ApiKey $env:NUGET_AUTH_TOKEN -SkipDuplicate
workflows: