Update PAC to 1.22.4 (#517)
This commit is contained in:
Родитель
6335280996
Коммит
7e31a1f377
|
@ -11,6 +11,9 @@ Installing this extension will also make the latest Power Platform CLI (aka pac)
|
|||
![VSCode Terminal with pac CLI](https://github.com/microsoft/powerplatform-vscode/blob/main/src/client/assets/pac-CLI-in-terminal.png?raw=true)
|
||||
|
||||
## Release Notes
|
||||
1.1.25:
|
||||
- pac CLI 1.22.4 (see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/))
|
||||
|
||||
1.1.24:
|
||||
- hotfix to pac CLI 1.22.3 for `pac solution unpack` placing AppModule files in invalid directory
|
||||
|
||||
|
|
|
@ -359,7 +359,7 @@ async function snapshot() {
|
|||
}
|
||||
|
||||
const feedName = 'CAP_ISVExp_Tools_Stable';
|
||||
const cliVersion = '1.22.3';
|
||||
const cliVersion = '1.22.4';
|
||||
|
||||
const recompile = gulp.series(
|
||||
clean,
|
||||
|
|
Загрузка…
Ссылка в новой задаче