Skip to content

Commit 3a20608

Browse files
临时验证CI
1 parent d4126d3 commit 3a20608

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Build&Test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ jobs:
7979
echo "-p version=$BuildVersion" | out-file NuGet\metadata.txt -Append
8080
}
8181
82-
echo '-p "commit=$env:GITHUB_SHA"' | out-file NuGet\metadata.txt -Append
82+
echo "-p commit=$env:GITHUB_SHA" | out-file NuGet\metadata.txt -Append
8383
8484
- name: 执行单元测试
85-
if: contains(github.ref, 'tags/') != 'true'
85+
if: contains(github.ref, 'tags/') == 'true'
8686
working-directory: ${{env.GITHUB_WORKSPACE}}
8787
shell: pwsh
8888
run: |

0 commit comments

Comments
 (0)