diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 493f077..81d05fb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,7 +21,7 @@ jobs: - name: Restore dependencies run: dotnet restore ProjectionTools.sln - name: Build - run: dotnet build -c Release --no-restore ProjectionTools.sln + run: dotnet build -c Release /p:ContinuousIntegrationBuild=true --no-restore ProjectionTools.sln - name: Test run: dotnet test -c Release --no-build --verbosity normal ProjectionTools.Tests/ProjectionTools.Tests.csproj - name: Pack nugets diff --git a/ProjectionTools/ProjectionTools.csproj b/ProjectionTools/ProjectionTools.csproj index 08afb38..baf1489 100644 --- a/ProjectionTools/ProjectionTools.csproj +++ b/ProjectionTools/ProjectionTools.csproj @@ -30,11 +30,7 @@ true true snupkg - 1.0.6 - - - - true + 1.0.7