File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ dotnet pack Snowflake.Data.AWS\Snowflake.Data.AWS.csproj -c Release --force -v n
30
30
dotnet pack Snowflake.Data.Azure\Snowflake.Data.Azure.csproj -c Release --force -v n --output %ROOT_DIR%
31
31
dotnet pack Snowflake.Data.GCP\Snowflake.Data.GCP.csproj -c Release --force -v n --output %ROOT_DIR%
32
32
33
- dotnet nuget push Snowflake.Data.Core.%VERSION% .nupkg -k %API_KEY% -s https://api.nuget.org/v3/index.json
34
- dotnet nuget push Snowflake.Data.AWS.%VERSION% .nupkg -k %API_KEY% -s https://api.nuget.org/v3/index.json
35
- dotnet nuget push Snowflake.Data.Azure.%VERSION% .nupkg -k %API_KEY% -s https://api.nuget.org/v3/index.json
36
- dotnet nuget push Snowflake.Data.GCP.%VERSION% .nupkg -k %API_KEY% -s https://api.nuget.org/v3/index.json
37
- dotnet nuget push Snowflake.Data.%VERSION% .nupkg -k %API_KEY% -s https://api.nuget.org/v3/index.json
33
+ @ REM dotnet nuget push Snowflake.Data.Core.%VERSION%.nupkg -k %API_KEY% -s https://api.nuget.org/v3/index.json
34
+ @ REM dotnet nuget push Snowflake.Data.AWS.%VERSION%.nupkg -k %API_KEY% -s https://api.nuget.org/v3/index.json
35
+ @ REM dotnet nuget push Snowflake.Data.Azure.%VERSION%.nupkg -k %API_KEY% -s https://api.nuget.org/v3/index.json
36
+ @ REM dotnet nuget push Snowflake.Data.GCP.%VERSION%.nupkg -k %API_KEY% -s https://api.nuget.org/v3/index.json
37
+ @ REM dotnet nuget push Snowflake.Data.%VERSION%.nupkg -k %API_KEY% -s https://api.nuget.org/v3/index.json
You can’t perform that action at this time.
0 commit comments