We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6272d4 commit d97e208Copy full SHA for d97e208
2 files changed
.github/workflows/build.yaml
@@ -54,6 +54,7 @@ jobs:
54
id: build
55
run: >
56
dotnet build src -c Release
57
+ -p:SetGitHubActionsVersion=true
58
-p:Branch=${{ github.ref }}
59
-p:Counter=${{ github.run_number }}
60
-p:RepositoryCommit=${{ github.sha }}
.root.targets
@@ -24,7 +24,6 @@
24
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
25
<IsPublishable>false</IsPublishable>
26
<IsPackable>false</IsPackable>
27
- <SetGitHubActionsVersion>true</SetGitHubActionsVersion>
28
</PropertyGroup>
29
30
<ItemGroup>
0 commit comments