Update CI.yml

This commit is contained in:
Afshin Arani 2020-04-02 11:08:26 +04:30 committed by GitHub
parent 661329240e
commit 29aac8ce2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v2
- name: Download Nuget.exe
run: Invoke-WebRequest -OutFile Nuget.exe https://dist.nuget.org/win-x86-commandline/v5.4.0/nuget.exe
run: Invoke-WebRequest -OutFile Nuget.exe "$NUGET_URL"
- name: Install Dependencies
run: ./Nuget.exe restore