diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 0ffac534..3aea13d1 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -61,6 +61,7 @@ jobs: name: sonarCloud runs-on: windows-latest needs: build + if: github.ref == 'refs/heads/main' steps: - name: Set up JDK 11 uses: actions/setup-java@v1 diff --git a/GitVersion.yml b/GitVersion.yml index 5c9efa09..4c817b97 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1 +1 @@ -next-version: 0.19.0 +next-version: 1.0.0 diff --git a/src/Battle.Logic/Battle.Logic.csproj b/src/Battle.Logic/Battle.Logic.csproj index df975ed4..2aba2f51 100644 --- a/src/Battle.Logic/Battle.Logic.csproj +++ b/src/Battle.Logic/Battle.Logic.csproj @@ -1,4 +1,4 @@ - + netstandard2.0 @@ -6,7 +6,7 @@ - + diff --git a/src/Battle.Tests/Battle.Tests.csproj b/src/Battle.Tests/Battle.Tests.csproj index 42527e14..735e33b4 100644 --- a/src/Battle.Tests/Battle.Tests.csproj +++ b/src/Battle.Tests/Battle.Tests.csproj @@ -6,14 +6,14 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive