Skip to content

Commit

Permalink
hmmm
Browse files Browse the repository at this point in the history
  • Loading branch information
ObsidianMinor committed Apr 26, 2017
1 parent 4954baf commit 022edae
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ branches:
image: Visual Studio 2017
configuration:
- Release
- Debug
environment:
gp_build_user: ObsidianMinor
gp_build_user_email: obsidianminor@gmail.com
Expand All @@ -23,7 +22,11 @@ build_script:
cinst docfx -y
}
appveyor-retry dotnet restore Gfycat.Net.sln
dotnet restore src/Gfycat.Net/Gfycat.Net.csproj
dotnet restore src/Gfycat.Net.Analytics/Gfycat.Net.Analytics.csproj
dotnet restore tests/Gfycat.Net.Tests/Gfycat.Net.Tests.csproj
dotnet build Gfycat.Net.sln --configuration Release /p:Version=$env:APPVEYOR_BUILD_VERSION-$env:APPVEYOR_REPO_BRANCH
Expand Down

0 comments on commit 022edae

Please sign in to comment.