Skip to content

Commit

Permalink
move appveyor on to more modern image
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Wrock <matt@mattwrock.com>
  • Loading branch information
mwrock committed Apr 11, 2022
1 parent 6996439 commit 8eeabe8
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
@@ -1,6 +1,6 @@
version: "master-{build}"

os: Windows Server 2012 R2
image: Visual Studio 2019
platform:
- x64

Expand All @@ -25,6 +25,7 @@ branches:
install:
- ps: net user /add $env:winrm_user $env:winrm_password
- ps: net localgroup administrators $env:winrm_user /add
- ps: Enable-PSRemoting -Force
- ps: winrm set winrm/config/client/auth '@{Basic="true"}'
- ps: winrm set winrm/config/service/auth '@{Basic="true"}'
- ps: winrm set winrm/config/service '@{AllowUnencrypted="true"}'
Expand Down

0 comments on commit 8eeabe8

Please sign in to comment.