Skip to content

Commit

Permalink
Apparently I don't know how to do this
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpryce committed Feb 18, 2022
1 parent d306946 commit 771cb14
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .devops/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,10 @@ jobs:
pool:
vmImage: $(os)
steps:
- task: Bash@3
inputs:
targetType: 'inline'
script: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
cd packages/pyo3
cargo build --release
- bash: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
cd packages/pyo3
cargo build --release
- task: ComponentGovernanceComponentDetection@0
inputs:
verbosity: 'Verbose'

0 comments on commit 771cb14

Please sign in to comment.