Skip to content
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

Update rel/16.9 to latest commit pushed to VS #2734

Merged
merged 46 commits into from
Feb 5, 2021
Merged
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
140434f
Update dependencies from https://github.com/dotnet/arcade build 20201…
dotnet-maestro[bot] Dec 1, 2020
684bc47
Updating Microsoft.VisualStudio.TraceDataCollector source (#2663)
fhnaseer Dec 3, 2020
01b4991
Fixed "issue" pluralization in write-release-notes.ps1 (#2665)
adamralph Dec 4, 2020
02d1799
Bumping Fakes TestRunnerHarness version (#2661)
vritant24 Dec 5, 2020
16dff22
Implement Workitem support in TRX logger (#2666)
jflepp Dec 9, 2020
269dcaa
Do not merge logs from code coverage (#2671)
jakubch1 Dec 10, 2020
70abd63
Early testhost startup performance work (#2584)
cvpoienaru Dec 11, 2020
57c4e48
Removed TypesToLoadAttribute from ObjectModel. (#2674)
Haplois Dec 14, 2020
5fe257c
Attribute refactoring (#2676)
Haplois Dec 15, 2020
faa2783
Getting TraceDataCollector from nuget (#2678)
fhnaseer Dec 16, 2020
b51c407
Adding environment variable used during build process, (#2679)
fhnaseer Dec 18, 2020
4f594fc
Update dependencies from https://github.com/dotnet/arcade build 20201…
dotnet-maestro[bot] Dec 22, 2020
e9850f8
Upgrade CC and CLR IE versions (#2681)
jakubch1 Dec 28, 2020
31e9481
Fixed assembly names of TestHost executables (#2682)
Haplois Dec 28, 2020
d51f4cc
Upgrade fakes version (#2683)
jakubch1 Dec 29, 2020
cfb0611
Upgrade CC to 16.9.0-beta.20630.1 (#2684)
jakubch1 Dec 30, 2020
97c9d46
Loc Update (#2685)
cristianosuzuki77 Jan 7, 2021
4c9bdf8
Create AzureDevOps.yml
pavelhorak Jan 12, 2021
f44bc31
Update AzureDevOps.yml
pavelhorak Jan 12, 2021
8dc8a9f
Update AzureDevOps.yml
pavelhorak Jan 12, 2021
28839a8
Update AzureDevOps.yml
pavelhorak Jan 12, 2021
2f01622
Delete AzureDevOps.yml
pavelhorak Jan 13, 2021
856e11b
Fix nuget feed (#2697)
Sanan07 Jan 15, 2021
56b0245
Upgrade CC components (#2698)
jakubch1 Jan 15, 2021
711cec7
Update dependencies from https://github.com/dotnet/arcade build 20210…
dotnet-maestro[bot] Jan 15, 2021
4a616d4
Create AzureDevOps.yml
pavelhorak Jan 15, 2021
fc647b6
Update AzureDevOps.yml
pavelhorak Jan 15, 2021
04b9d3c
Update AzureDevOps.yml
pavelhorak Jan 15, 2021
1cf6bbe
Update AzureDevOps.yml
pavelhorak Jan 15, 2021
e08b38a
Update AzureDevOps.yml
pavelhorak Jan 15, 2021
3c8488d
Update AzureDevOps.yml
pavelhorak Jan 18, 2021
87bed7c
Update AzureDevOps.yml
pavelhorak Jan 18, 2021
0a874a9
Update AzureDevOps.yml
pavelhorak Jan 18, 2021
63cc1bc
Add integration tests for dotnet test (#2689)
nohwnd Jan 18, 2021
cabeea1
Updated build status badge. (#2709)
Haplois Jan 22, 2021
b71b9d4
Update dependencies from https://github.com/dotnet/arcade build 20210…
dotnet-maestro[bot] Jan 22, 2021
c8d80cf
Update dependencies from https://github.com/dotnet/arcade build 20210…
dotnet-maestro[bot] Jan 24, 2021
872ba54
Update azure-pipelines.yml for Azure Pipelines (#2715)
Haplois Jan 25, 2021
bb39536
Add metrics for datacollector.exe - provides information about profil…
jakubch1 Jan 25, 2021
0338fd2
Added git branch and commit NuGet packages (#2716)
Haplois Jan 25, 2021
c7fa186
vstest.console: CommandLineOptions: preserve stacktrace on re-throw (…
tmds Jan 26, 2021
95173ba
Update AzureDevOps.yml
pavelhorak Jan 27, 2021
49bee46
Update AzureDevOps.yml
pavelhorak Jan 27, 2021
9bcf509
Move FQN related code into a separate NuGet package (#2714)
Haplois Jan 27, 2021
358ec61
Including `Microsoft.TestPlatform.AdapterUtilities` in signing (#2719)
Haplois Jan 27, 2021
6c1fd3b
Updating nuget Pdb2Pdb package (#2720)
Sanan07 Jan 29, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update AzureDevOps.yml
  • Loading branch information
pavelhorak authored Jan 27, 2021
commit 95173ba60bb528eddf1354d261e6793ed8d98726
2 changes: 1 addition & 1 deletion .github/workflows/AzureDevOps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
ado_organization: "${{ secrets.ADO_ORGANIZATION }}"
ado_project: "${{ secrets.ADO_PROJECT }}"
ado_area_path: "${{ secrets.ADO_AREA_PATH }}"
ado_iteration_path: "${{ secrets.ADO_ITERATION_PATH }}"
ado_iteration_path: "@CurrentIteration('[DevDiv]\\.NET DevExp Prague')" # ${{ secrets.ADO_ITERATION_PATH }}"
ado_wit: "User Story"
ado_new_state: "Committed"
ado_active_state: "In Progress"
Expand Down