Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebaltazar committed Sep 13, 2023
1 parent 34a34cf commit d3af275
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ stages:
echo Downloaded $(keystore.secureFilePath)
echo Working Directory $(Build.Repository.LocalPath)\Maui.AzurePipelines\$(keystore-filename)
mv $(keystore.secureFilePath) $(Build.Repository.LocalPath)\Maui.AzurePipelines
cd $(Build.Repository.LocalPath)\Maui.AzurePipelines
dir
cd Maui.AzurePipelines/
dir
displayName: Move Keystore to Working Directory
- task: Bash@3
Expand All @@ -47,9 +43,7 @@ stages:
targetType: 'inline'
script: |
dotnet nuget locals all --clear
dir
cd "Maui.AzurePipelines/"
dir
dotnet workload restore
- task: CmdLine@2
Expand Down

0 comments on commit d3af275

Please sign in to comment.