-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
VSTest task changes #2
Closed
Conversation
This file contains 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
kaadhina
assigned chrispat and bryanmacfarlane and unassigned chrispat and bryanmacfarlane
Apr 3, 2015
@@ -38,9 +43,17 @@ if($testAssemblyFiles) | |||
{ | |||
Write-Verbose "Calling Invoke-VSTest for all test assemblies" | |||
$timeline = Start-Timeline -Context $distributedTaskContext | |||
$cwd = Get-Location |
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 may not be a good working directory, I am not quite sure what Get-Location is going to return in the context of running this task in the agent.
Addressing Chris's feedback on help text.
Merged
vincent1173
added a commit
that referenced
this pull request
Dec 11, 2017
vincent1173
added a commit
that referenced
this pull request
Dec 21, 2017
* Refactored Manage Task * Fix WebTest Issue * Bug fixes #2 * Addressed sachinm comments #1 * add iterator * added xml2js dependency * Addressed review comments #2 * bug Fix #3 * Added single L0 Test to check PR Build * addressed review comments #3 * added retriable error codes - Kudu * added few tests to check PR Tests * Added L0 Test for azure-arm-app-service * L0 Tests added for App Service class * res string updated * addressed few review comments * Fix L0 Tests * addressed review comments * site extension issue fix * addressed review comments * L0 Tests added * change BuildID to releaseID * removed irrelevant log statements * fixed error name * Fix L0 Test * Fix L0 Test * Format L0 Tests * remove deployment ID * Addressed review comments * addressed review comments
vincent1173
added a commit
that referenced
this pull request
Jan 4, 2018
vincent1173
added a commit
that referenced
this pull request
Jan 5, 2018
* resolved review comments #1 * resolved review comments #2 * addressed review comments #3 * comment mock tests * addressed review comments #4 * addressed review comments #5 * resolve build failures * remove inherit * remove unreachable codes & Fix few tests * Fix L0 Tests * addressed review comments * changed case * change source to target * removed xml2js dependency
vincent1173
added a commit
that referenced
this pull request
Jan 18, 2018
* raw changes push * added final changes * fixed few bugs * updated task.loc * removed azurerest-common module * retry msDeploy * Fixed few bugs * Fixed bugs #2 * Fixed bugs #3 * addressed review comments * added help messages * fixed few bugs * linux kudu file path updated * added basic Tests * changed rm fn * Fix L0 Tests * Test added for common-kudu * added Tests for common-AzureAppService * Fix App Service issue * added debug statements * Addressed review comments * addressed review comments * addressed review comments * addressed review comments * Package error message updated * addressed Ajay & Ayantika comments
vincent1173
added a commit
that referenced
this pull request
Jul 24, 2018
prawalagarwal
pushed a commit
that referenced
this pull request
Oct 15, 2018
navin22
pushed a commit
that referenced
this pull request
Mar 1, 2019
* Update make.json * Update task.json * Update task.loc.json * Update make.json * Update task.json * Update task.loc.json
This was referenced Jan 26, 2021
DenisNikulin5
pushed a commit
that referenced
this pull request
Jan 31, 2024
DenisNikulin5
pushed a commit
that referenced
this pull request
Feb 1, 2024
DenisNikulin5
pushed a commit
that referenced
this pull request
Feb 6, 2024
This reverts commit 072680b. Revert "Fixed the conditional compilation for the new build config." This reverts commit bcbe9d9. Revert "Re-generated tasks." This reverts commit 4567311. Revert "Fixed the build config #2." This reverts commit 0c5201e. Revert "Fixed the build config." This reverts commit a95936a. Revert "Dependency fix" This reverts commit cc8bca8. Revert "Reverted the _generated folder #2." This reverts commit 6bf01e9. Revert "Reverted the _generated changes."This reverts commit adfc56e. Revert "Moved the changes to the separated build config." This reverts commit bc11b09.
kirill-ivlev
added a commit
that referenced
this pull request
Apr 5, 2024
max-zaytsev
pushed a commit
that referenced
this pull request
Apr 5, 2024
* Bump tasks to sprint 238 #2 * add signature to baseline file
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.