Skip to content

Commit

Permalink
try enabling ContinuousIntegrationBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Turtsevich committed Jul 3, 2023
1 parent 973ad59 commit 7a31f82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 1 addition & 5 deletions ProjectionTools/ProjectionTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,7 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageVersion>1.0.6</PackageVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
<PackageVersion>1.0.7</PackageVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 7a31f82

Please sign in to comment.