Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zivillian committed Apr 4, 2020
1 parent b8b113e commit 0a13fad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pull_requests:
branches:
only:
- master
image: Visual Studio 2017
image: Visual Studio 2019
configuration: Release
platform: Any CPU
dotnet_csproj:
Expand All @@ -18,4 +18,4 @@ dotnet_csproj:
build_script:
- cmd: dotnet publish -c %CONFIGURATION%
artifacts:
- path: src\bin\$(configuration)\netcoreapp2.1\publish
- path: src\bin\$(configuration)\netcoreapp3.1\publish
1 change: 0 additions & 1 deletion src/grafana-logo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.0-beta0007" />
</ItemGroup>

Expand Down

0 comments on commit 0a13fad

Please sign in to comment.