Skip to content

Commit

Permalink
ci: try this for appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Oct 15, 2023
1 parent 0143af2 commit dd3eba5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ skip_tags: true
image: Visual Studio 2022
test: off

# install:
install:
- IF $($env:APPVEYOR_PULL_REQUEST_HEAD_REPO_BRANCH)
git checkout --progress --force $($env:APPVEYOR_PULL_REQUEST_HEAD_REPO_BRANCH)
# - ps: Invoke-WebRequest 'https://dot.net/v1/dotnet-install.ps1' -OutFile 'dotnet-install.ps1'
# - ps: ./dotnet-install.ps1 -Version 6.0.100 -InstallDir "C:\Program Files\dotnet"

Expand Down
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#tool dotnet:?package=GitReleaseManager.Tool&version=0.15.0
#tool dotnet:?package=XamlStyler.Console&version=3.2206.4

#tool nuget:?package=GitVersion.CommandLine&version=5.6.3
#tool nuget:?package=GitVersion.CommandLine&version=5.12.0
#tool nuget:?package=xunit.runner.console&version=2.5.2

#addin nuget:?package=Cake.Figlet&version=2.0.1
Expand Down

0 comments on commit dd3eba5

Please sign in to comment.