Skip to content

Commit 5e92275

Browse files
committed
build: Download credentials file for pr
1 parent cd6730a commit 5e92275

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

appveyor.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,7 @@ install:
4747
4848
before_build:
4949
- ps: >-
50-
if($env:APPVEYOR_PULL_REQUEST_NUMBER -eq $null)
51-
{
52-
git clone https://$env:[email protected]/germanatt/sdk-credentials.git C:\projects\sdk-credentials
53-
}
50+
git clone https://$env:[email protected]/germanatt/sdk-credentials.git C:\projects\sdk-credentials
5451
5552
dotnet restore
5653

0 commit comments

Comments
 (0)