Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/build-rust-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ jobs:
Write-Host "Removed .cargo/config.toml crates-io redirect"
}

# Copy deps_versions.json into the crate directory so cargo package
# can include it and build.rs can find it during verify.
- name: Copy deps_versions.json for crate packaging
shell: pwsh
working-directory: ${{ github.workspace }}
run: Copy-Item sdk/deps_versions.json sdk/rust/deps_versions.json

- name: Checkout test-data-shared from Azure DevOps
if: ${{ inputs.run-integration-tests }}
shell: pwsh
Expand Down
Loading
Loading