Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit af57385

Browse files
committed
wtf sigh
1 parent 00becf9 commit af57385

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

appveyor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ version: 1.0.{build}
22
install:
33
- ps: >-
44
$full_build = Test-Path env:GHFVS_KEY
5+
56
git submodule init
7+
68
if ($full_build) {
79
$fileContent = "-----BEGIN RSA PRIVATE KEY-----`n"
810
$fileContent += $env:GHFVS_KEY.Replace(' ', "`n")
@@ -11,11 +13,14 @@ install:
1113
} else {
1214
git submodule deinit script
1315
}
16+
1417
git submodule update
18+
1519
nuget restore GitHubVS.sln
1620
build_script:
1721
- cmd: msbuild "GitHubVS.sln" /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /p:Configuration=Release /p:DeployExtension=false /verbosity:minimal /p:VisualStudioVersion=14.0
1822
test_script:
1923
- ps: >-
2024
scripts\Run-Nunit.ps1 TrackingCollectionTests 180 Release
25+
2126
scripts\Run-Xunit.ps1 UnitTests 180 Release

0 commit comments

Comments
 (0)