File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 </PropertyGroup >
66
77 <PropertyGroup >
8- <SteeltoeVersion >4.0.0-rc1 </SteeltoeVersion >
9- <SteeltoeUtilsVersion >3.2.8 </SteeltoeUtilsVersion >
8+ <SteeltoeVersion >4.0.0</SteeltoeVersion >
9+ <SteeltoeUtilsVersion >3.3.0 </SteeltoeUtilsVersion >
1010 <SwashbuckleVersion >6.5.0</SwashbuckleVersion >
1111 </PropertyGroup >
1212
Original file line number Diff line number Diff line change 11#! /usr/bin/env sh
22
3- dotnet nuget add source https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json -n SteeltoeDev
3+ dotnet nuget add source https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json -n Steeltoe-ci
44
55if [[ -z " $TEMPLATE_CHECKOUT_TARGET " ]] ; then
66 dotnet new install Steeltoe.NetCoreTool.Templates::${templates_version} && \
You can’t perform that action at this time.
0 commit comments