mirror of
https://github.com/actions/setup-dotnet.git
synced 2024-11-23 03:51:07 +07:00
Debug
This commit is contained in:
parent
059f1aa99b
commit
24ed2d0102
3
.github/workflows/workflow.yml
vendored
3
.github/workflows/workflow.yml
vendored
@ -62,7 +62,8 @@ jobs:
|
|||||||
- name: Verify nuget config file
|
- name: Verify nuget config file
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
if (-Not (Test-Path "./nuget.config")) { throw "nuget file not generated correctly" }
|
Get-ChildItem .
|
||||||
|
# if (-Not (Test-Path "./nuget.config")) { throw "nuget file not generated correctly" }
|
||||||
- name: Verify dotnet
|
- name: Verify dotnet
|
||||||
if: runner.os != 'windows'
|
if: runner.os != 'windows'
|
||||||
run: __tests__/verify-dotnet.sh 3.1.201 2.2.402
|
run: __tests__/verify-dotnet.sh 3.1.201 2.2.402
|
||||||
|
Loading…
Reference in New Issue
Block a user