1
0
mirror of https://github.com/bitwarden/mobile synced 2026-02-24 08:33:12 +00:00

change all seps to / so that it works x-platform

This commit is contained in:
Kyle Spearrin
2020-06-09 11:52:23 -04:00
parent ba9bafcb5f
commit 1c9a6a02af
7 changed files with 21 additions and 21 deletions

View File

@@ -4,7 +4,7 @@
)
$rootPath = $env:GITHUB_WORKSPACE;
$androidPath = $($rootPath + "\src\Android\Android.csproj");
$androidPath = $($rootPath + "/src/Android/Android.csproj");
Write-Output "########################################"
Write-Output "##### Build $configuration Configuration"