6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 0962051b
Changed files
azure/templates/build-android.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Diff
diff --git a/azure/templates/build-android.yml b/azure/templates/build-android.yml
index 8351f82d..978cc34d 100644
--- a/azure/templates/build-android.yml
+++ b/azure/templates/build-android.yml
@@ -52,7 +52,7 @@ stages:
inputs:
sourceFolder: '$(Agent.TempDirectory)'
contents: '**/*.env.development'
- targetFolder: '$(Build.SourcesDirectory/comwell_key_app)'
+ targetFolder: '$(Build.SourcesDirectory)/comwell_key_app)'
cleanTargetFolder: false
- task: FlutterInstall@0
@@ -72,7 +72,7 @@ stages:
displayName: "Build application"
inputs:
target: 'aab'
- projectDirectory: '$(Build.SourcesDirectory/comwell_key_app)'
+ projectDirectory: '$(Build.SourcesDirectory)/comwell_key_app)'
#- task: FlutterTest@0
# displayName: "Run unit tests"