diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 2aad355..55c7839 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -23,13 +23,13 @@ jobs: - name: Generate ECS files by Jenny run: make gen - - name: Build - run: dotnet build --no-restore -c Release /p:DefineConstants=IS_CI - env: - SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} +# - name: Build +# run: dotnet build --no-restore -c Release /p:DefineConstants=IS_CI +# env: +# SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} - - name: Test - run: dotnet test --no-build --verbosity normal +# - name: Test +# run: dotnet test --no-build --verbosity normal - name: Run - run: dotnet run --project ./src/Apps/GameDesktop/GameDesktop.csproj \ No newline at end of file + run: dotnet run --project ./src/Apps/GameDesktop/GameDesktop.csproj -c Release -p:DefineConstants=IS_CI \ No newline at end of file