Skip to content

Commit d97e208

Browse files
committed
Move SetGitHubActionsVersion=true to CI yaml.
1 parent e6272d4 commit d97e208

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
id: build
5555
run: >
5656
dotnet build src -c Release
57+
-p:SetGitHubActionsVersion=true
5758
-p:Branch=${{ github.ref }}
5859
-p:Counter=${{ github.run_number }}
5960
-p:RepositoryCommit=${{ github.sha }}

.root.targets

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
2525
<IsPublishable>false</IsPublishable>
2626
<IsPackable>false</IsPackable>
27-
<SetGitHubActionsVersion>true</SetGitHubActionsVersion>
2827
</PropertyGroup>
2928

3029
<ItemGroup>

0 commit comments

Comments
 (0)