We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4126d3 commit 3a20608Copy full SHA for 3a20608
.github/workflows/Build&Test.yml
@@ -79,10 +79,10 @@ jobs:
79
echo "-p version=$BuildVersion" | out-file NuGet\metadata.txt -Append
80
}
81
82
- echo '-p "commit=$env:GITHUB_SHA"' | out-file NuGet\metadata.txt -Append
+ echo "-p commit=$env:GITHUB_SHA" | out-file NuGet\metadata.txt -Append
83
84
- name: 执行单元测试
85
- if: contains(github.ref, 'tags/') != 'true'
+ if: contains(github.ref, 'tags/') == 'true'
86
working-directory: ${{env.GITHUB_WORKSPACE}}
87
shell: pwsh
88
run: |
0 commit comments