diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f0f3567a..8e48c10b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,8 +12,6 @@ jobs: build: name: Test .NET embedding of Wasmtime runs-on: ${{ matrix.os }} - env: - DevBuild: 'false' strategy: fail-fast: false matrix: @@ -45,11 +43,6 @@ jobs: # workaround for actions/setup-dotnet#155 - name: Clear package cache run: dotnet clean Wasmtime.sln && dotnet nuget locals all --clear - - name: Enable development builds for the main branch - if: github.ref == 'refs/heads/main' || github.base_ref == 'main' - shell: bash - run: | - echo "DevBuild=true" >> $GITHUB_ENV - name: Restore packages run: dotnet restore Wasmtime.sln - name: Build diff --git a/Directory.Build.props b/Directory.Build.props index 9e9f3635..8b02eb2b 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - true + false 44.0.0 $(WasmtimeVersion)$(WasmtimeDotnetVersion)-dev