This commit is contained in:
Anton Tayanovskyy 2021-11-22 12:30:18 -05:00
parent 7ddf6e0742
commit 11be4a1105

View file

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