File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,10 +32,6 @@ switch -Exact ($env:BUILD_TYPE)
3232 {
3333 $suffix = " prod" ; Break
3434 }
35- " STAGE"
36- {
37- $suffix = " stage" ; Break
38- }
3935 Default {
4036 $suffix = " local" ; Break
4137 }
@@ -59,4 +55,5 @@ exec { & dotnet pack .\src\GroupDocs.Viewer.UI.Api.Cloud.Storage\GroupDocs.Viewe
5955exec { & dotnet pack .\src\GroupDocs.Viewer.UI.Api.Local.Storage\GroupDocs.Viewer.UI.Api.Local.Storage.csproj - c Release - o .\build_out -- include- symbols - p:SymbolPackageFormat= snupkg -- no- build }
6056exec { & dotnet pack .\src\GroupDocs.Viewer.UI.Api.AzureBlob.Storage\GroupDocs.Viewer.UI.Api.AzureBlob.Storage.csproj - c Release - o .\build_out -- include- symbols - p:SymbolPackageFormat= snupkg -- no- build }
6157exec { & dotnet pack .\src\GroupDocs.Viewer.UI.Api.AwsS3.Storage\GroupDocs.Viewer.UI.Api.AwsS3.Storage.csproj - c Release - o .\build_out -- include- symbols - p:SymbolPackageFormat= snupkg -- no- build }
58+ exec { & dotnet pack .\src\GroupDocs.Viewer.UI.Api.Distributed.Cache\GroupDocs.Viewer.UI.Api.Distributed.Cache.csproj - c Release - o .\build_out -- include- symbols - p:SymbolPackageFormat= snupkg -- no- build }
6259
You can’t perform that action at this time.
0 commit comments