From ac1d2a6023a487e09c34870f3f7529ee85297739 Mon Sep 17 00:00:00 2001 From: marcusturewicz <24448509+marcusturewicz@users.noreply.github.com> Date: Fri, 3 Sep 2021 11:17:20 +1000 Subject: [PATCH] Deterministic build for real --- .github/workflows/cicd.yml | 4 ++-- version.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 13f3e74..fcf7d14 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -24,11 +24,11 @@ jobs: - name: Restore dependencies run: dotnet restore - name: Build - run: dotnet build --no-restore -c Release + run: dotnet build --no-restore -c Release /p:ContinuousIntegrationBuild=true - name: Test run: dotnet test --no-build --verbosity normal -c Release - name: Pack - run: dotnet pack --no-build src/Standards.AspNetCore -c Release /p:ContinuousIntegrationBuild=true + run: dotnet pack --no-build src/Standards.AspNetCore -c Release - name: Push to GitHub Package Registry if: github.event_name == 'push' && startswith(github.ref, 'refs/heads') run: dotnet nuget push src/Standards.AspNetCore/bin/Release/*.nupkg diff --git a/version.json b/version.json index 13e59c3..8b94b96 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.0.0-beta.1", + "version": "1.0.0-beta.2", "gitCommitIdShortAutoMinimum": 7, "nugetPackageVersion": { "semVer": 2