diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 63d674c..915288b 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -30,12 +30,6 @@ jobs: $tag = $tags[0] echo "{dBTestCompareGeneratorVersion}={value}" >> "$tag" if: startsWith(github.ref, 'refs/tags/') - - name: Install Mono - run: | - sudo apt-get update - sudo apt-get install -y mono-complete - - uses: NuGet/setup-nuget@v2.0.0 - - run: nuget restore ${{ env.solution }} - run: dotnet build --configuration ${{ env.buildConfiguration }} /p:Version=${{ env.dBTestCompareGeneratorVersion }} - name: Install Docker Compose and build docker image run: |