From 24ed2d0102c6142b845e4c83ba8c051615c1a177 Mon Sep 17 00:00:00 2001 From: Vladimir Safonkin Date: Thu, 4 Feb 2021 10:06:12 +0300 Subject: [PATCH] Debug --- .github/workflows/workflow.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 6f8ef44..0410ea0 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -62,7 +62,8 @@ jobs: - name: Verify nuget config file shell: pwsh 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 if: runner.os != 'windows' run: __tests__/verify-dotnet.sh 3.1.201 2.2.402