[windows 22 & 25 ] Upgrade visual studio to postGRO channel (#11595)

* [windows 22 and 25 Upgrade visual studio to postGRO

* Add condition for windows 19 to skip

* [Windows] Update Vs installation script

* Refactor the visual studio installation script

* Fix windows 19  faliure

* Fix windows 19 visual studio failure

* [windows] Fix Windows 19 failure

* Add condition for windows 19

* [windows] Fix windows 19 failure

* [windows] update script by changing the condition syntax

* Make installchannel as optioanl parametr

* Update Installer script

* [ windows ] Update the installation script with conditional statement

* Update the installation script

* Update toolsets

* Update the channel ID

* Update channel ID

* Resolve conflicts

* Resolve conflicts
This commit is contained in:
kishorekumar-anchala
2025-02-28 18:25:17 +00:00
committed by GitHub
parent 9b2b536f10
commit b5421c9536
4 changed files with 39 additions and 13 deletions

View File

@@ -180,6 +180,7 @@
"subversion" : "17",
"edition" : "Enterprise",
"channel": "release",
"installChannel": "658092423_1519083591",
"signature": [
"245D262748012A4FE6CE8BA6C951A4C4AFBC3E5D",
"8F985BE8FD256085C90A95D3C74580511A1DB975"
@@ -405,4 +406,4 @@
"pwsh": {
"version": "7.4"
}
}
}

View File

@@ -137,6 +137,7 @@
"subversion" : "17",
"edition" : "Enterprise",
"channel": "release",
"installChannel": "658092423_1519083591",
"signature": [
"245D262748012A4FE6CE8BA6C951A4C4AFBC3E5D",
"8F985BE8FD256085C90A95D3C74580511A1DB975"
@@ -339,4 +340,4 @@
"pwsh": {
"version": "7.4"
}
}
}