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 33registry-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 ]
99global-credential-providers = [" cargo:token" ]
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: Rust
22
33on :
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
You can’t perform that action at this time.
0 commit comments