Skip to content

Commit

Permalink
Attempt at fixing appveyor build (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
adams85 authored Sep 11, 2024
1 parent 06408f5 commit c589c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ install:
- ps: |
dotnet tool install -g InheritDocTool
Invoke-WebRequest 'https://dot.net/v1/dotnet-install.ps1' -OutFile dotnet-install.ps1
./dotnet-install.ps1 -Channel 8.0
./dotnet-install.ps1 -Channel 5.0
build_script:
- cmd: echo __BUILD__
- dotnet restore src/ConfigCatClient.sln
Expand Down

0 comments on commit c589c37

Please sign in to comment.