Explorar el Código

Merge branch 'v2_develop' into v2_3574_self-contained-single-file

BDisp hace 1 año
padre
commit
3fcd11bb3e
Se han modificado 1 ficheros con 5 adiciones y 2 borrados
  1. 5 2
      .github/workflows/dotnet-core.yml

+ 5 - 2
.github/workflows/dotnet-core.yml

@@ -45,8 +45,11 @@ jobs:
       uses: actions/upload-artifact@v4
       with:
         name: test-logs
-        path: logs/    
-
+        path: |
+          logs/    
+          uploads/
+          UnitTests/TestResults/
+  
     # Note: this step is currently not writing to the gist for some reason
     # - name: Create Test Coverage Badge
     #   uses: simon-k/[email protected]