Debug nuget failure

This commit is contained in:
Anton Tayanovskyy 2021-11-22 11:11:16 -05:00
parent 75852d96f3
commit 7ddf6e0742

View file

@ -321,6 +321,22 @@ jobs:
run: |
goteststats -statistic test-time test-results/*.json | head -n 100
windows-build
name: Debug NuGet issue on Windows
runs-on: windows-latest
steps:
- name: Set up DotNet ${{ matrix.dotnet-version }}
uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{ matrix.dotnet-version }}
- run: |
echo "PWD=$PWD
mkdir "$PWD/nuget"
ls "$PWD/nuget"
- run: |
echo "dotnet nuget add source $PWD/nuget"
dotnet nuget add source $PWD/nuget
# windows-build:
# name: Windows Build + Test
# strategy: