Skip to content

Commit 5fd621b

Browse files
committed
Replace pipeline values
1 parent 3f43fd3 commit 5fd621b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
registry-auth = true
44

55
[registries]
6-
POWERSHELL = { index = "sparse+https://index.crates.io/" }
6+
POWERSHELL = { index = "sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/" }
77

88
[registry]
99
global-credential-providers = ["cargo:token"]

.github/workflows/rust.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Rust
22

33
on:
44
push:
5+
branches: [ "main", "release/*" ]
56
pull_request:
67
branches: [ "main", "release/*" ]
78
paths-ignore:
@@ -51,10 +52,10 @@ jobs:
5152
- uses: actions/checkout@v3
5253
- name: Build
5354
shell: pwsh
54-
run: ./build.ps1 -clippy -UseCratesIO
55+
run: ./build.ps1 -clippy
5556
- name: Run tests
5657
shell: pwsh
57-
run: ./build.ps1 -test -UseCratesIO
58+
run: ./build.ps1 -test
5859

5960
build-macos:
6061

0 commit comments

Comments
 (0)