From 8e015f705e0209e57e15f38f93c4871c336ef879 Mon Sep 17 00:00:00 2001 From: Pavel Zhur Date: Sun, 15 Sep 2024 01:48:23 +0300 Subject: [PATCH] telegram videos functions removed from the microservices build --- .github/workflows/microservices.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/microservices.yml b/.github/workflows/microservices.yml index de397bb4..7de26c48 100644 --- a/.github/workflows/microservices.yml +++ b/.github/workflows/microservices.yml @@ -61,8 +61,8 @@ jobs: run: dotnet publish OneShelf.Sources/OneShelf.Sources.Self.Api/OneShelf.Sources.Self.Api.csproj --no-restore - name: Publish 11 run: dotnet publish OneShelf.OneDragon/OneShelf.OneDragon.Runner.Functions/OneShelf.OneDragon.Runner.Functions.csproj --no-restore - - name: Publish 12 - run: dotnet publish OneShelf.Videos/OneShelf.Videos.Telegram.Functions/OneShelf.Videos.Telegram.Functions.csproj --no-restore +# - name: Publish 12 +# run: dotnet publish OneShelf.Videos/OneShelf.Videos.Telegram.Functions/OneShelf.Videos.Telegram.Functions.csproj --no-restore # - uses: actions/upload-artifact@v4 # with: @@ -116,7 +116,7 @@ jobs: - run: Compress-Archive -Path OneShelf.Collectives/OneShelf.Collectives.Api/bin/Release/net8.0/publish/* -Destination OneShelf.Collectives.Api.zip - run: Compress-Archive -Path OneShelf.Sources/OneShelf.Sources.Self.Api/bin/Release/net8.0/publish/* -Destination OneShelf.Sources.Self.Api.zip - run: Compress-Archive -Path OneShelf.OneDragon/OneShelf.OneDragon.Runner.Functions/bin/Release/net8.0/publish/* -Destination OneShelf.OneDragon.Runner.Functions.zip - - run: Compress-Archive -Path OneShelf.Videos/OneShelf.Videos.Telegram.Functions/bin/Release/net8.0/publish/* -Destination OneShelf.Videos.Telegram.Functions.zip +# - run: Compress-Archive -Path OneShelf.Videos/OneShelf.Videos.Telegram.Functions/bin/Release/net8.0/publish/* -Destination OneShelf.Videos.Telegram.Functions.zip # - name: Test # run: dotnet test --no-build --verbosity normal