Skip to content

Commit 9181d01

Browse files
committed
Change build status image and touch sources
This should trigger the new build
1 parent 7e01022 commit 9181d01

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# aggregator-cli
22

3-
[![Build status: master](https://dev.azure.com/TfsAggregator/Aggregator3/_apis/build/status/Aggregator3-CI?branchName=master)](https://dev.azure.com/TfsAggregator/Aggregator3/_build/latest?definitionId=16)
3+
[![Build status: master](https://dev.azure.com/TfsAggregator/Aggregator3/_apis/build/status/Aggregator3-CI?branchName=master)](https://dev.azure.com/TfsAggregator/Aggregator3/_build/latest?definitionId=21)
44

55
This is the successor to renowned TFS Aggregator.
66
The current Server Plugin version (2.x) will be maintained to support TFS.

src/aggregator-ruleng/AssemblyInfo.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@
1313
[assembly: AssemblyProduct("Aggregator CLI")]
1414
[assembly: AssemblyTitle("Aggregator Rule Engine")]
1515
[assembly: AssemblyVersion("0.5.0.0")]
16+
17+
[assembly:InternalsVisibleTo("unittests-core")]

src/aggregator-shared/AssemblyInfo.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@
1313
[assembly: AssemblyProduct("Aggregator CLI")]
1414
[assembly: AssemblyTitle("Aggregator Shared")]
1515
[assembly: AssemblyVersion("0.5.0.0")]
16+
17+
[assembly:InternalsVisibleTo("unittests-core")]

0 commit comments

Comments
 (0)