Skip to content

Commit

Permalink
(MahAppsGH-3532) Install .NET Framework 4.7.2 Developer Pack
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Jun 13, 2019
1 parent db3f7e4 commit 2d3cc7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ configuration: Release
platform: Any CPU
test: off

# Install dotnet core 3.0 latest (alpha!!), as this is not provided on AppVeyor yet
install:
- cinst netfx-4.7.2-devpack
#- ps: Start-FileDownload 'https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-x64.exe'
#- ps: Start-Process .\dotnet-sdk-latest-win-x64.exe "/install /norestart /quiet /log sdkinstall.log" -NoNewWindow -Wait
#- ps: Start-FileDownload 'https://download.visualstudio.microsoft.com/download/pr/4032ceb5-61cd-495a-ab25-475aa2232f28/7eb614e777d87ef0d49f86be4fc8bbde/dotnet-sdk-3.0.100-preview4-011223-win-x64.exe'
#- ps: Start-Process .\dotnet-sdk-3.0.100-preview4-011223-win-x64.exe "/install /norestart /quiet /log sdkinstall.log" -NoNewWindow -Wait
# Install dotnet core 3.0 latest (alpha!!), as this is not provided on AppVeyor yet
- cinst dotnetcore-sdk --pre

pull_requests:
Expand Down

0 comments on commit 2d3cc7a

Please sign in to comment.