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: |
goteststats -statistic test-time test-results/*.json | head -n 100
windows-build
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
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