Skip to content

Commit

Permalink
Merge branch 'main' into darc-main-6165edfb-dded-45cd-907f-8ca5bdb0cf6c
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed Jun 21, 2024
2 parents 10d99e8 + e15955b commit 268ad68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions tools/devops/automation/scripts/VSTS.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,8 @@ Describe 'New-BuildConfiguration' {
""tvos-arm64_NUGET_RUNTIME_NAME"": null,
""Commit"": ""BUILD_SOURCEVERSION"",
""Tags"": [
""ciBuild""
""ciBuild"",
""BUILD_SOURCEBRANCHNAME""
]
}"
}
Expand Down Expand Up @@ -281,7 +282,8 @@ Describe 'New-BuildConfiguration' {
""tvos-arm64_NUGET_RUNTIME_NAME"": null,
""Commit"": ""BUILD_SOURCEVERSION"",
""Tags"": [
""ciBuild""
""ciBuild"",
""BUILD_SOURCEBRANCHNAME""
]
}
"
Expand Down
2 changes: 1 addition & 1 deletion tools/siminstaller/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ install-local:: all-local

# we build using the system .NET, because we might execute before we've downloaded our own version of .NET (i.e. while provisioning dependencies)
$(EXECUTABLE): $(wildcard *.cs) $(wildcard *.csproj) Makefile
$(Q_BUILD) cd $(HOME) && dotnet build $(abspath $(CURDIR))/*.csproj "/bl:$@.binlog" $(DOTNET_BUILD_VERBOSITY)
$(Q_BUILD) cd $(HOME) && dotnet build $(abspath $(CURDIR))/*.csproj "/bl:$(abspath $@.binlog)" $(DOTNET_BUILD_VERBOSITY)
$(Q) touch $@

print-simulators: $(EXECUTABLE)
Expand Down

8 comments on commit 268ad68

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

Please sign in to comment.