Skip to content

Commit

Permalink
Attempts to fix #89
Browse files Browse the repository at this point in the history
  • Loading branch information
nefarius committed Jul 17, 2023
1 parent 72e9026 commit 21ef262
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 @@ -21,7 +21,7 @@ skip_commits:
- '**/*.DotSettings'
install:
- cmd: git submodule -q update --init
- cmd: git clone -q https://github.com/microsoft/DMF.git C:\projects\DMF 2> nul || set ERRORLEVEL=0
- cmd: git clone -b Merge20230714 -q https://github.com/microsoft/DMF.git C:\projects\DMF 2> nul || set ERRORLEVEL=0
- cmd: |
cd "C:\projects\DMF"
git pull > NUL
Expand Down

0 comments on commit 21ef262

Please sign in to comment.