You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
authored
[main] Update dependencies from dotnet/dotnet, microsoft/testfx (#12267)
- **Dependency Updates**:
- From [11.0.0-beta.26365.101 to 11.0.0-beta.26401.101][3]
- Microsoft.DotNet.Arcade.Sdk
- Microsoft.DotNet.Build.Tasks.Feed
- From [0.11.5-preview.26365.101 to 0.11.5-preview.26401.101][3]
- Microsoft.DotNet.Cecil
- From [11.0.0-preview.7.26365.101 to 11.0.0-rc.1.26401.101][3]
- Microsoft.NET.ILLink
- Microsoft.NETCore.App.Ref
- From [11.0.100-preview.7.26365.101 to 11.0.100-rc.1.26401.101][3]
- Microsoft.NET.Sdk
- Microsoft.TemplateEngine.Authoring.Tasks
[3]: dotnet/dotnet@cb8306a...5da2de2
## Additional changes
- Run APK instrumentation through `dotnet test` and set `DOTNET_HOST_PATH` as a workaround pending dotnet/sdk#55581.
- Ensure nested MSBuild invocations include bound Java source JARs on the `javac` classpath.
- Temporarily skip the Mono APK smoke test due to dotnet/runtime#131760.
Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
--max-wait-minutes "$((${{ parameters.timeoutInMinutes }} - 5))" # Set the tool's timeout slightly lower than the Azure DevOps job timeout to allow it to exit gracefully.
--max-wait-minutes "$((${{ parameters.timeoutInMinutes }} - 5))" # Set the tool's timeout slightly lower than the Azure DevOps job timeout to allow it to exit gracefully.
194
+
--stage-name '$(System.StageName)'
195
+
--stage-attempt '$(System.StageAttempt)'
184
196
)
185
197
186
198
organization='${{ parameters.organization }}'
187
199
repository='${{ parameters.repository }}'
188
200
189
201
# Fall back to Azure DevOps-provided environment variables when the caller did not
190
202
# supply organization / repository explicitly. BUILD_REPOSITORY_NAME is typically
191
-
# 'owner/repo' for GitHub-backed builds.
203
+
# 'owner/repo' for GitHub-backed builds and 'owner-repo' for internal builds.
192
204
if [ -z "$organization" ] || [ -z "$repository" ]; then
193
205
buildRepoName="${BUILD_REPOSITORY_NAME:-}"
194
206
if [ -n "$buildRepoName" ] && [[ "$buildRepoName" == */* ]]; then
0 commit comments