Skip to content

Commit 2bf3a94

Browse files
Add Distributed.Cache to build script and remove stage build type
1 parent f1de447 commit 2bf3a94

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

build.ps1

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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
5955
exec { & 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 }
6056
exec { & 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 }
6157
exec { & 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

0 commit comments

Comments
 (0)