Commit Graph
622 Commits
Author SHA1 Message Date
Mikhail Timofeev e183946520 beautify regexp 2020-09-18 15:24:13 +03:00
Mikhail Timofeev 33b92aee3c fix filter to avoid rc versions 2020-09-18 15:12:45 +03:00
Maxim LobanovandGitHub bbf0677581 Merge pull request #1574 from andy-mishechkin/v-andmis/Add_Microsoft_VS_Installer_Projects
Deploy script and tests for VSIX  (Visual Studio extensions)
2020-09-18 11:03:20 +03:00
Actions service account 54418f593c Merge branch 'main' into releases/win16/20200913-docs 2020-09-17 11:39:06 +00:00
Andrey Mishechkin (GITHUB INC) f0f5024ec9 Vsix.Tests.ps1 - condition has been added 2020-09-16 19:16:22 +04:00
Andrey Mishechkin (GITHUB INC) ac0f65a9c6 Merge branch 'main' into v-andmis/Add_Microsoft_VS_Installer_Projects 2020-09-16 11:21:52 +04:00
Dmitry Shibanov 5bdcf8b949 add fix for dotnet 2020-09-15 12:33:12 +03:00
Andrey Mishechkin (GITHUB INC) 8a03bd9376 toolset_json_path has been added to section with Install-Vsix 2020-09-15 12:22:05 +04:00
Andrey Mishechkin (GITHUB INC) 1df53d8a67 "buildtools_workloads" section has been removed 2020-09-14 15:33:51 +04:00
Andrey Mishechkin (GITHUB INC) 1044f472da Merge branch 'main' into v-andmis/Add_Microsoft_VS_Installer_Projects 2020-09-14 15:31:12 +04:00
Image generation service account d3956d48eb Updating readme file for win16 version 20200913.0 2020-09-14 09:35:05 +00:00
Andrey Mishechkin (GITHUB INC) c8633ce4c4 SSDTExtensions.Tests.ps1 has been reverted 2020-09-14 12:31:15 +04:00
Maxim LobanovandGitHub db9d42d77d Merge pull request #1566 from asklar/patch-1
MSBuild/CL.exe fails to launch when called from a nodeJS script via Yarn
2020-09-13 16:28:02 +03:00
Andrey Mishechkin (GITHUB INC) d1ae794365 minor fix in Vsix.Tests 2020-09-11 20:14:21 +04:00
Andrey Mishechkin (GITHUB INC) a52de89923 SSDTExtensions.Tests.ps1 has been removed 2020-09-11 19:55:05 +04:00
Andrey Mishechkin (GITHUB INC) 6d480172c3 Merge branch 'main' into v-andmis/Add_Microsoft_VS_Installer_Projects 2020-09-11 19:47:48 +04:00
Andrey Mishechkin (GITHUB INC) 63fe681d98 Case has been fixed 2020-09-11 19:40:28 +04:00
Andrey Mishechkin (GITHUB INC) cbb93facbc nitpic 2020-09-11 19:20:28 +04:00
Andrey Mishechkin (GITHUB INC) 493aec5cab minor bugfixing 2020-09-11 19:10:05 +04:00
Andrey Mishechkin (GITHUB INC) ed1663db18 minor fixing in Install-Vsix.ps1 2020-09-11 16:19:27 +04:00
Andrey Mishechkin (GITHUB INC) b8361c46ea Merge branch 'main' into v-andmis/Add_Microsoft_VS_Installer_Projects 2020-09-11 15:45:03 +04:00
Andrey Mishechkin (GITHUB INC) 0c146bf19b Test name has been changed to "VSIX Extension <VsixId>" 2020-09-11 15:07:47 +04:00
Andrey Mishechkin (GITHUB INC) 8169d5efd4 VsixTests -> Vsix 2020-09-11 15:06:03 +04:00
Andrey Mishechkin (GITHUB INC) c6e7cc46fa Windows templates have been modified 2020-09-11 15:05:02 +04:00
Andrey Mishechkin (GITHUB INC) daed7d9fc5 hardcoded vesrions has been reverted 2020-09-11 15:00:12 +04:00
Andrey Mishechkin (GITHUB INC) 29362bcc5c nitpick - message has been changed 2020-09-11 14:47:36 +04:00
Andrey Mishechkin (GITHUB INC) 5587930568 $VsVersion now is got from toolset 2020-09-11 14:43:21 +04:00
Andrey Mishechkin (GITHUB INC) 00b1f4c3c9 Import-Module has been removed 2020-09-11 14:11:15 +04:00
Andrey Mishechkin (GITHUB INC) 0bf0a04ef6 Empty VSIX array has been added 2020-09-11 14:05:55 +04:00
Andrey Mishechkin (GITHUB INC) fd7f9cc9fd exit 1 -> exit 0 2020-09-11 13:38:58 +04:00
Andrey Mishechkin (GITHUB INC) 10252c3fc3 Checking the VSIX has been added 2020-09-11 13:25:22 +04:00
Andrey Mishechkin (GITHUB INC) d56d5a4b06 Windows2019-Azure.json has been reverted from main branch 2020-09-11 13:08:26 +04:00
Andrey Mishechkin (GITHUB INC) ffc68fcc47 Small bug fixing in json file 2020-09-11 13:04:58 +04:00
Andrey Mishechkin (GITHUB INC) feaef58222 Vsix Tests have been created. Old files have been removed 2020-09-11 12:42:29 +04:00
Leonid Lapshin a963caf625 cobertura jars link changed 2020-09-11 08:58:54 +03:00
Leonid Lapshin 128244b89b removed VS buildtools installation 2020-09-10 17:04:24 +03:00
Alexander SklarandGitHub 8c087af706 Update Install-NodeLts.ps1 2020-09-09 10:45:40 -07:00
Andrey Mishechkin (GITHUB INC) 40333f6adf Install-Vsix.ps1 has been created 2020-09-09 08:55:15 +04:00
54978f0e06 Add VS build tools installation for Windows (#1533)
* add VS build tools installation, tests, reports, made minor changes to current VS install helper functions

* Vstype typo

* removed unused variable

* validate set for new functions

* some variable names clarifications

* test parameter error

* style and syntax improvments

* syntax notation

Co-authored-by: Leonid Lapshin <[email protected]>
2020-09-08 10:48:31 +03:00
Andrey Mishechkin (GITHUB INC) 86faddeb95 Installer project URL has been corrected 2020-09-08 11:01:42 +04:00
Andrey Mishechkin (GITHUB INC) ece0348c18 InstallerProjets scripts have been added 2020-09-07 17:05:11 +04:00
Andrey Mishechkin (GITHUB INC) 9129c68e36 Microsoft.VisualStudio.ComponentGroup.UWP.VC has been added to toolset 2019 2020-09-04 12:09:39 +04:00
github-actions[bot]andGitHub 655f581e6f Merge pull request #1510 from actions/releases/win19/20200827-docs
Windows Server 2019 (20200827 update)
2020-09-03 06:38:15 +00:00
Actions service account e07bac2bb6 Merge branch 'main' into releases/win16/20200827-docs 2020-09-02 13:43:36 +00:00
Actions service account f42bf10441 Merge branch 'main' into releases/win19/20200827-docs 2020-09-02 13:29:38 +00:00
2674d46acc add az 4.6.0 to toolset (#1522)
Co-authored-by: Dmitry Shibanov <[email protected]>
2020-09-01 11:59:24 +03:00
Image generation service account 6401bea1df Updating readme file for win19 version 20200827.1 2020-08-28 13:55:53 +00:00
Image generation service account 659158fecb Updating readme file for win16 version 20200827.1 2020-08-28 13:55:04 +00:00
dd8885cdc9 Add Pulumi to Windows images (#1439)
* 1242 add Pulumi to windows images

* change package name

* Add Pulumi version to doc generator

Co-authored-by: Leonid Lapshin <[email protected]>
2020-08-28 10:34:51 +03:00
db45f3fcac the Github CLI version fix for short version number (#1468)
* the Github CLI version fix for short version number

* select the string with version in command output, get the version without date

Co-authored-by: Leonid Lapshin <[email protected]>
2020-08-28 10:25:28 +03:00