diff --git a/.github/workflows/dotnet-ci-cd.yml b/.github/workflows/dotnet-ci-cd.yml index c133d84..2c07774 100644 --- a/.github/workflows/dotnet-ci-cd.yml +++ b/.github/workflows/dotnet-ci-cd.yml @@ -51,9 +51,9 @@ jobs: - name: Build run: dotnet build $SOLUTION --configuration $BUILD_CONFIG /p:Platform="Any CPU" -p:Version=$BUILD_VERSION --no-restore - - - name: Test - run: dotnet test $SOLUTION --no-build --configuration $BUILD_CONFIG /p:Platform="Any CPU" --verbosity normal +# Temporary disbled due to expenses +# - name: Test +# run: dotnet test $SOLUTION --no-build --configuration $BUILD_CONFIG /p:Platform="Any CPU" --verbosity normal - name: Publish if: startsWith(github.ref, 'refs/tags/')