We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4e9047 commit 5337356Copy full SHA for 5337356
.appveyor.yml
@@ -20,7 +20,7 @@ install:
20
# None of the packaged channels are new enough for the current state
21
# of FDE, so for now clone master instead.
22
#- ps: build\ci\install_flutter.ps1 $env:APPVEYOR_BUILD_FOLDER\..
23
- - git clone -b master https://github.com/flutter/flutter.git
+ - git clone -b master https://github.com/flutter/flutter.git %APPVEYOR_BUILD_FOLDER%\..
24
25
build_script:
26
- msbuild "example\windows_fde\Example Embedder.sln"
0 commit comments