We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e54694c commit acfef35Copy full SHA for acfef35
.github/workflows/reusable.yml
@@ -90,5 +90,5 @@ jobs:
90
dotnet nuget remove source nuget.org
91
dotnet nuget list source
92
find . -name '*.csproj' | xargs -I {} sed -E -i 's|<TargetFrameworks(.*)>.*</TargetFrameworks>|<TargetFramework\1>${{inputs.clr_version}}</TargetFramework>|' {}
93
- dotnet restore -s test-source
+ dotnet restore -s test-source -v detailed
94
dotnet run
0 commit comments