diff --git a/.github/workflows/build-test-core.yml b/.github/workflows/build-test-core.yml index 7f9828c..c5a4acf 100644 --- a/.github/workflows/build-test-core.yml +++ b/.github/workflows/build-test-core.yml @@ -71,7 +71,7 @@ jobs: run: dotnet tool restore - name: Restore - run: dotnet restore Scribe.slnx + run: dotnet restore Scribe.slnx -p:Configuration=Release - name: Build run: dotnet build Scribe.slnx --configuration Release --no-restore diff --git a/.github/workflows/build-test-sdk.yml b/.github/workflows/build-test-sdk.yml index 431cde8..69bcac2 100644 --- a/.github/workflows/build-test-sdk.yml +++ b/.github/workflows/build-test-sdk.yml @@ -67,7 +67,7 @@ jobs: run: dotnet tool restore - name: Restore - run: dotnet restore Scribe.Sdk/Scribe.Sdk.csproj + run: dotnet restore Scribe.Sdk/Scribe.Sdk.csproj -p:Configuration=Release - name: Build run: dotnet build Scribe.Sdk/Scribe.Sdk.csproj --configuration Release --no-restore diff --git a/global.json b/global.json index bbcdb75..100b9c0 100644 --- a/global.json +++ b/global.json @@ -5,6 +5,6 @@ "allowPrerelease": false }, "msbuild-sdks": { - "BulletsForHumanity.Scribe.Sdk": "0.5.3" + "BulletsForHumanity.Scribe.Sdk": "0.6.1" } }