remove cd line

This commit is contained in:
2020-06-12 08:26:10 -05:00
committed by GitHub
parent 90611ff9b2
commit 85d854d217
-1
View File
@@ -20,7 +20,6 @@ jobs:
- uses: actions/checkout@v1
- name: iOS
run: |
cd Blank
nuget restore
cd iOS
msbuild qController.iOS.csproj /verbosity:normal /t:Rebuild /p:Platform=iPhoneSimulator /p:Configuration=Debug