@ -65,7 +65,12 @@ jobs:
- name: Set up .NET
uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2.0
with:
dotnet-version: '8.0.x'
dotnet-version: |
3.1.x
6.0.x
7.0.x
8.0.x
# This step might be obsolete at some point as .NET MAUI workloads
# are starting to come pre-installed on the GH Actions build agents.
@ -43,7 +43,10 @@ int CreateBuildNumber(int previousNumber) => ++previousNumber;
Task("GetGitInfo")
.Does(()=> {
_gitVersion = GitVersion(new GitVersionSettings());
_gitVersion = GitVersion(new GitVersionSettings()
{
Verbosity = GitVersionVerbosity.Diagnostic
});
if(debugScript)