File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3
3
registry-auth = true
4
4
5
5
[registries ]
6
- POWERSHELL = { index = " sparse+https://index.crates.io /" }
6
+ POWERSHELL = { index = " sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index /" }
7
7
8
8
[registry ]
9
9
global-credential-providers = [" cargo:token" ]
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: Rust
2
2
3
3
on :
4
4
push :
5
+ branches : [ "main", "release/*" ]
5
6
pull_request :
6
7
branches : [ "main", "release/*" ]
7
8
paths-ignore :
@@ -51,10 +52,10 @@ jobs:
51
52
- uses : actions/checkout@v3
52
53
- name : Build
53
54
shell : pwsh
54
- run : ./build.ps1 -clippy -UseCratesIO
55
+ run : ./build.ps1 -clippy
55
56
- name : Run tests
56
57
shell : pwsh
57
- run : ./build.ps1 -test -UseCratesIO
58
+ run : ./build.ps1 -test
58
59
59
60
build-macos :
60
61
You can’t perform that action at this time.
0 commit comments