cd into component folder for push
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user