File tree Expand file tree Collapse file tree
src/azurelinux/3.0/binlog-mcp/amd64 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9595 ],
9696 "depNameTemplate" : " Microsoft.AITools.BinlogMcp" ,
9797 "datasourceTemplate" : " nuget" ,
98- "registryUrlTemplate" : " https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools /nuget/v3/index.json"
98+ "registryUrlTemplate" : " https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public /nuget/v3/index.json"
9999 }
100100 ],
101101 "packageRules" : [
121121 " **/net11.0/**"
122122 ],
123123 "enabled" : true
124- },
125- {
126- "description" : " Allow pre-release updates for Microsoft.AITools.BinlogMcp (only preview versions are currently published)" ,
127- "matchDepNames" : [
128- " Microsoft.AITools.BinlogMcp"
129- ],
130- "ignoreUnstable" : false
131124 }
132125 ],
133126 "postUpgradeTasks" : {
Original file line number Diff line number Diff line change 66# Usage: docker run --rm -i -v /path/to/binlogs:/binlogs \
77# mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-binlog-mcp-amd64
88
9- ARG BINLOG_MCP_VERSION=1.0.0-preview.26304.3
10- ARG DOTNET_TOOLS_FEED=https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools /nuget/v3/index.json
9+ ARG BINLOG_MCP_VERSION=1.0.0
10+ ARG DOTNET_TOOLS_FEED=https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public /nuget/v3/index.json
1111
1212# Stage 1: Use the .NET SDK to install the tool. The SDK is required because
1313# `dotnet tool install` is not available in distroless runtime images.
You can’t perform that action at this time.
0 commit comments