mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 06:08:07 +00:00
[windows] Update PowerShell Core to 7.4.x (#9223)
* [windows] Update PowerShell Core to 7.4.x * Update CosmosDB Emulator signature
This commit is contained in:
committed by
GitHub
parent
807eb76cfc
commit
a6643f8ce6
@@ -5,6 +5,6 @@
|
|||||||
|
|
||||||
Install-Binary -Type MSI `
|
Install-Binary -Type MSI `
|
||||||
-Url "https://aka.ms/cosmosdb-emulator" `
|
-Url "https://aka.ms/cosmosdb-emulator" `
|
||||||
-ExpectedSignature "F372C27F6E052A6BE8BAB3112B465C692196CD6F"
|
-ExpectedSignature "C2048FB509F1C37A8C3E9EC6648118458AA01780"
|
||||||
|
|
||||||
Invoke-PesterTests -TestFile "Tools" -TestName "Azure Cosmos DB Emulator"
|
Invoke-PesterTests -TestFile "Tools" -TestName "Azure Cosmos DB Emulator"
|
||||||
|
|||||||
@@ -497,6 +497,6 @@
|
|||||||
"version": "1.1.1"
|
"version": "1.1.1"
|
||||||
},
|
},
|
||||||
"pwsh": {
|
"pwsh": {
|
||||||
"version": "7.2"
|
"version": "7.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -437,6 +437,6 @@
|
|||||||
"version": "1.1.1"
|
"version": "1.1.1"
|
||||||
},
|
},
|
||||||
"pwsh": {
|
"pwsh": {
|
||||||
"version": "7.2"
|
"version": "7.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user