Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 022edae

Browse files
committed
hmmm
1 parent 4954baf commit 022edae

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

appveyor.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ branches:
77
image: Visual Studio 2017
88
configuration:
99
- Release
10-
- Debug
1110
environment:
1211
gp_build_user: ObsidianMinor
1312
gp_build_user_email: obsidianminor@gmail.com
@@ -23,7 +22,11 @@ build_script:
2322
cinst docfx -y
2423
}
2524
26-
appveyor-retry dotnet restore Gfycat.Net.sln
25+
dotnet restore src/Gfycat.Net/Gfycat.Net.csproj
26+
27+
dotnet restore src/Gfycat.Net.Analytics/Gfycat.Net.Analytics.csproj
28+
29+
dotnet restore tests/Gfycat.Net.Tests/Gfycat.Net.Tests.csproj
2730
2831
dotnet build Gfycat.Net.sln --configuration Release /p:Version=$env:APPVEYOR_BUILD_VERSION-$env:APPVEYOR_REPO_BRANCH
2932

0 commit comments

Comments
 (0)