Commit Graph

440 Commits

Author SHA1 Message Date
Aleksandr Chebotov
c50e6e62b5 use helper functions 2020-09-30 23:42:32 +03:00
Aleksandr Chebotov
d66f67dbe1 fix parsing 2020-09-30 18:48:31 +03:00
Aleksandr Chebotov
e2fd93b699 remove download archive 2020-09-30 14:56:59 +03:00
Aleksandr Chebotov
2a76bb378f remove stderr 2>&1 2020-09-30 10:11:33 +03:00
Aleksandr Chebotov
6b13fc34bc use dynamic lists for platforms and build-tools 2020-09-29 13:49:41 +03:00
Maxim Lobanov
b0f3f989ab Merge pull request #1673 from hutson/fix/win/file-casing
fix(win): use correct case sensitive file name
2020-09-28 12:04:42 +03:00
Maxim Lobanov
cf63deb9e9 Merge pull request #1655 from dmitry-shibanov/v-dmshib/set-android-sdk-root-win
Add ANDROID_SDK_ROOT variable to windows
2020-09-28 10:39:03 +03:00
Hutson Betts
c49245208d fix(win): use correct case sensitive file name
File name was submitted with `CLI` in `AzureDevSpacesCLI` capitalized,
but the script is invoked as a provisioner using the lower-case `Cli`
form as seen in `AzureDevSpacesCli`.

Renaming the file to use the lower-case form to match other provisioning
scripts used in the Windows builds.

Issue introduced in commit 932d0f36cd
2020-09-25 12:54:14 -05:00
Maxim Lobanov
7f21439a6e Merge branch 'main' into install-codeql-bundle 2020-09-25 15:09:27 +03:00
Leonid Lapshin
932d0f36cd Add azure dev spaces to Windows (#1558)
* add azds to windows images

* add script to template

* syntax improvments, persistent path value, proper documentation section

Co-authored-by: Leonid Lapshin <originalnoe-nazvanie@yandex.ru>
2020-09-25 14:51:01 +03:00
Dmitry Shibanov
13b9879c7e add ANDROID_SDK_ROOT to windows 2020-09-24 11:09:23 +03:00
Chris Gavin
251164c90e Merge main into install-codeql-bundle. 2020-09-23 12:39:57 +01:00
Mikhail Timofeev
e5a5a6cc39 fix path 2020-09-22 10:50:32 +03:00
Mikhail Timofeev
6986bb8008 set condition to install .51 instead of .60 2020-09-22 10:44:51 +03:00
Chris Gavin
0a8bab6093 Touch a file required to indicate to the toolcache that CodeQL is fully set up. 2020-09-21 15:37:02 +01:00
Mikhail Timofeev
a636448540 hardcode edge 2020-09-20 19:53:35 +03:00
Chris Gavin
3243c81039 Merge main into install-codeql-bundle. 2020-09-19 13:52:56 +01:00
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
Chris Gavin
c72e08b8b6 Touch a file to indicate the source of pre-downloaded CodeQL bundles. 2020-09-17 12:14:59 +01: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
Chris Gavin
b367cf7636 Merge main into install-codeql-bundle. 2020-09-16 07:50:05 +01:00
Chris Gavin
9337c6edb4 Fix not being able to find CodeQL. 2020-09-15 13:54:28 +01:00
Chris Gavin
81942c8299 Convert CodeQL Windows test to a Pester test. 2020-09-15 10:34:09 +01:00
Dmitry Shibanov
5bdcf8b949 add fix for dotnet 2020-09-15 12:33:12 +03:00
Chris Gavin
79c4eb4910 Tidy up CodeQL bundle Windows installer script in response to review comments. 2020-09-15 09:43:32 +01: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
Maxim Lobanov
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)
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)
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)
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)
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 Sklar
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
Chris Gavin
09dcae0f24 Install the CodeQL bundle in the toolcache. 2020-09-08 12:48:26 +01:00
Leonid Lapshin
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 <originalnoe-nazvanie@yandex.ru>
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
Leonid Lapshin
fdf40a931b some variable names clarifications 2020-09-01 22:05:26 +03:00
Leonid Lapshin
e1d821a073 Vstype typo 2020-09-01 16:05:15 +03:00