Commit Graph

685 Commits

Author SHA1 Message Date
Hutson Betts
5282793d8b refactor(windows): consistent file naming
Use the same file naming scheme for Windows as is used for Ubuntu, where
the file name includes the Operating System name and release, but
not the target platform.

This also encourages downstream consumers to re-use the same files with
alternative targets by extending the `builders` section and using the
`-only` command line option with Packer to specify the build target.

Closes #1636
2020-10-07 23:11:54 -05:00
Maxim Lobanov
755c9da185 Merge pull request #1720 from akv-platform/al-cheb/ea-powershell-windows
[Windows] Fail Windows image building on error in generation scripts
2020-10-06 10:50:47 +03:00
Leonid Lapshin
70219fe6ee Add database tools section to Windows docs (#1706)
* add database tools section to docs, removed sqlps powershell module

* reverted SQLPS module changes

* removed SqlServer module from tools, its listed in PS modules

* delete function as its not needed

Co-authored-by: Leonid Lapshin <originalnoe-nazvanie@yandex.ru>
2020-10-05 16:24:53 +03:00
Maxim Lobanov
5a7b484353 Merge pull request #1708 from dibir-magomedsaygitov/v-dimago/copy-windows-public-scripts-content
[Windows] Add Windows related scripts from MMS-Provisioner
2020-10-05 11:16:11 +03:00
Aleksandr Chebotov
4ef13d58ee remove import ImageHelpers module 2020-10-05 09:17:49 +03:00
Aleksandr Chebotov
c646bf5912 fix Update-DockerImages.ps1 installation 2020-10-02 11:50:58 +03:00
Aleksandr Chebotov
64b2205f5c TOOLSET_JSON_PATH Update-DockerImages.ps1" 2020-10-02 11:37:55 +03:00
Aleksandr Chebotov
0cd68997b6 $ErrorActionPreference='Stop' for AllUsersAllHosts 2020-10-02 10:59:05 +03:00
Maxim Lobanov
42d210e4e7 Merge pull request #1696 from akv-platform/al-cheb/win-android-dyn
[Windows] Retrieve the list of Android packages for installing dynamically
2020-10-02 09:43:41 +03:00
Dibir Magomedsaygitov
ed9705b7fd move ssh host key creation to install-git.ps1 2020-10-01 14:53:27 +03:00
Dibir Magomedsaygitov
29300ce6eb minor change 2020-10-01 12:43:21 +03:00
Dibir Magomedsaygitov
3a2c8bc0b9 change destination 2020-10-01 12:28:33 +03:00
Dibir Magomedsaygitov
fb82e1197a add scripts to templates 2020-10-01 11:52:39 +03:00
Dibir Magomedsaygitov
c101287fd8 rework dotnet script 2020-10-01 11:41:42 +03:00
Dibir Magomedsaygitov
91ee0cc268 rename and remove scripts 2020-10-01 10:48:50 +03:00
Aleksandr Chebotov
5524108024 fix typo 2020-09-30 23:47:14 +03:00
Aleksandr Chebotov
c50e6e62b5 use helper functions 2020-09-30 23:42:32 +03:00
Dibir Magomedsaygitov
56633cec4a refactor and rename scripts 2020-09-30 20:13:40 +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
Dibir Magomedsaygitov
85b60d074c resolve comments 2020-09-30 12:34:36 +03:00
Aleksandr Chebotov
2a76bb378f remove stderr 2>&1 2020-09-30 10:11:33 +03:00
Dibir Magomedsaygitov
94c7463a7f rename folder 2020-09-29 18:16:37 +03:00
Dibir Magomedsaygitov
bac163a71b move mms provisioner scripts 2020-09-29 18:13:37 +03:00
Aleksandr Chebotov
6b13fc34bc use dynamic lists for platforms and build-tools 2020-09-29 13:49:41 +03:00
Nikita Bykov
0c3f2ac159 moved the list of docker images to toolset 2020-09-29 10:57:30 +03:00
Aleksandr Chebotov
79beb8514c fix Get-CodeQLBundleVersion output 2020-09-28 12:50:18 +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
Maxim Lobanov
e1bd620104 Merge pull request #1635 from hutson/refactor/formatting
refactor: auto format JSON using VSC
2020-09-27 13:26:25 +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
Dibir Magomedsaygitov
658a6a6642 add azure powershell v4.7.0 2020-09-25 16:25:39 +03: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
267483bef5 Merge branch 'main' into v-dmshib/set-android-sdk-root-win 2020-09-25 10:04:38 +03:00
github-actions[bot]
956f925750 Updating readme file for win16 version 20200920.1 (#1626)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
2020-09-24 11:18:37 +00:00
github-actions[bot]
8f597be18b Updating readme file for win19 version 20200920.1 (#1627)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
2020-09-24 09:19:45 +00:00
Dmitry Shibanov
13b9879c7e add ANDROID_SDK_ROOT to windows 2020-09-24 11:09:23 +03:00
Maxim Lobanov
43d9476a37 Merge branch 'main' into refactor/formatting 2020-09-23 17:54:49 +03:00
Chris Gavin
251164c90e Merge main into install-codeql-bundle. 2020-09-23 12:39:57 +01:00
Maxim Lobanov
0d9eb3db97 Merge pull request #1640 from miketimofeev/v-mitim/hardcode_edge_85.0.564.51
[Windows] Workaround for missing Edge webriver
2020-09-22 20:45:10 +03: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
Hutson Betts
42827c5d7f refactor: auto format JSON using VSC 2020-09-21 13:24:05 -05:00
Maxim Lobanov
e691d6e33b Merge pull request #1583 from nikita-bykov/win-docs
Improve documentation for Android on Windows
2020-09-21 18:56:31 +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
49dc2ce2fd Use new approach for documenting CodeQL on Ubuntu. 2020-09-20 13:39:58 +01: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