diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index a163dc542..9e1622caa 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -43,7 +43,7 @@ jobs: - name: Build Debug run: | - dotnet-gitversion /updateprojectfiles + #dotnet-gitversion /updateprojectfiles dotnet build --configuration Debug --no-restore - name: Test