File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -6,5 +6,14 @@ SET ROOT_DIR=%~dp0
66cd %ROOT_DIR%
77
88dotnet pack Snowflake.Data\Snowflake.Data.csproj -c Release --force -v n --output %ROOT_DIR%
9+ dotnet pack Snowflake.Data.Common\Snowflake.Data.Common.csproj -c Release --force -v n --output %ROOT_DIR%
10+ dotnet pack Snowflake.Data.AWS\Snowflake.Data.AWS.csproj -c Release --force -v n --output %ROOT_DIR%
11+ dotnet pack Snowflake.Data.Azure\Snowflake.Data.Azure.csproj -c Release --force -v n --output %ROOT_DIR%
12+ dotnet pack Snowflake.Data.GCP\Snowflake.Data.GCP.csproj -c Release --force -v n --output %ROOT_DIR%
913
14+
15+ dotnet nuget push Snowflake.Data.Common.%VERSION% .nupkg -k %API_KEY% -s https://api.nuget.org/v3/index.json
16+ dotnet nuget push Snowflake.Data.AWS.%VERSION% .nupkg -k %API_KEY% -s https://api.nuget.org/v3/index.json
17+ dotnet nuget push Snowflake.Data.Azure.%VERSION% .nupkg -k %API_KEY% -s https://api.nuget.org/v3/index.json
18+ dotnet nuget push Snowflake.Data.GCP.%VERSION% .nupkg -k %API_KEY% -s https://api.nuget.org/v3/index.json
1019dotnet 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