From 42837a1fd53a49bc4b1d81266d4a2d4189385274 Mon Sep 17 00:00:00 2001 From: Adrian Frielinghaus Date: Mon, 14 Oct 2024 17:59:29 +0200 Subject: [PATCH] no message --- .github/workflows/blauhaus.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/blauhaus.yml b/.github/workflows/blauhaus.yml index c3c1094..edc6936 100644 --- a/.github/workflows/blauhaus.yml +++ b/.github/workflows/blauhaus.yml @@ -26,7 +26,6 @@ jobs: dotnet build ./src/Blauhaus.MVVM.sln --configuration Release dotnet pack ./src/Blauhaus.MVVM.Abstractions/Blauhaus.MVVM.Abstractions.csproj -p:PackageVersion=${VERSION_NAME} --no-build --output ./ --configuration Release dotnet pack ./src/Blauhaus.MVVM.TestHelpers/Blauhaus.MVVM.TestHelpers.csproj -p:PackageVersion=${VERSION_NAME} --no-build --output ./ --configuration Release - dotnet pack ./src/Blauhaus.MVVM.Xamarin/Blauhaus.MVVM.Xamarin.csproj -p:PackageVersion=${VERSION_NAME} --no-build --output ./ --configuration Release dotnet pack ./src/Blauhaus.MVVM/Blauhaus.MVVM.csproj -p:PackageVersion=${VERSION_NAME} --no-build --output ./ --configuration Release dotnet pack ./src/Blauhaus.MVVM.MonoGame/Blauhaus.MVVM.MonoGame.csproj -p:PackageVersion=${VERSION_NAME} --no-build --output ./ --configuration Release dotnet pack ./src/Blauhaus.MVVM.Maui/Blauhaus.MVVM.Maui.csproj -p:PackageVersion=${VERSION_NAME} --no-build --output ./ --configuration Release @@ -35,7 +34,6 @@ jobs: run: | dotnet nuget push /Users/runner/work/Blauhaus.MVVM/Blauhaus.MVVM/Blauhaus.MVVM.Abstractions.${VERSION_NAME}.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json dotnet nuget push /Users/runner/work/Blauhaus.MVVM/Blauhaus.MVVM/Blauhaus.MVVM.TestHelpers.${VERSION_NAME}.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json - dotnet nuget push /Users/runner/work/Blauhaus.MVVM/Blauhaus.MVVM/Blauhaus.MVVM.Xamarin.${VERSION_NAME}.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json dotnet nuget push /Users/runner/work/Blauhaus.MVVM/Blauhaus.MVVM/Blauhaus.MVVM.${VERSION_NAME}.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json dotnet nuget push /Users/runner/work/Blauhaus.MVVM/Blauhaus.MVVM/Blauhaus.MVVM.MonoGame.${VERSION_NAME}.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json dotnet nuget push /Users/runner/work/Blauhaus.MVVM/Blauhaus.MVVM/Blauhaus.MVVM.Maui.${VERSION_NAME}.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json