-
Notifications
You must be signed in to change notification settings - Fork 8.1k
WIP: Add VSTS daily and feature tag support #7658
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
4f25c8f
Wait for package manager not to be locked
TravisEz13 eab772c
[Feature] Add daily and feature tag support
TravisEz13 bc5164d
switch windows just to always run feature tests
TravisEz13 e8d4b57
Use helper function to set build variable
TravisEz13 c9df1c5
Update release tag generation
TravisEz13 1ea009a
[Feature] update windows VSTS to support [feature] tag
TravisEz13 04df8a0
Add logging about why we are exiting unelevated logging loop
TravisEz13 c62d245
complete comment
TravisEz13 eab1c87
fix build issues
TravisEz13 2745401
fix typo in creating releasetag
TravisEz13 0b5dd72
fix preReleaseVersion
TravisEz13 0fdffd3
set permission on output file
TravisEz13 0b64667
load environment in new process
TravisEz13 1719c45
use arguments instead of argument list
TravisEz13 40c90fc
fix duplicate key issue
TravisEz13 86f0854
remove TMPDIR
TravisEz13 ea77a77
fix typo
TravisEz13 76436fc
use NetCred to parse username
TravisEz13 6a93fb8
give non-admin user permissions to TEMP
TravisEz13 5f971df
set correct temp path
TravisEz13 8c40acf
create temp and appdata folders for non-admin
TravisEz13 8803e04
Capture test stack trace
TravisEz13 f9d5b75
fix typo
TravisEz13 b74cd12
add instrumentation to debug
TravisEz13 a23645a
don't return the icacls results
TravisEz13 3a2d20b
inherit permissions
TravisEz13 f6bfd8e
create a userprofile folder for non-admi
TravisEz13 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This comment seems not complete.