From dd4914927feb1b1a058fd6bfb2e82b5aea702121 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Tue, 30 Jun 2020 20:08:18 -0700 Subject: [PATCH] azure upload did not work; revert --- .csproj | 3 --- azure-pipelines.yml | 4 ---- 2 files changed, 7 deletions(-) delete mode 100644 .csproj diff --git a/.csproj b/.csproj deleted file mode 100644 index cb15369d..00000000 --- a/.csproj +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0c529087..a06839df 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -41,7 +41,3 @@ jobs: codeCoverageTool: Cobertura summaryFileLocation: '$(System.DefaultWorkingDirectory)/**/coverage.xml' # reportDirectory: '$(System.DefaultWorkingDirectory)/**/htmlcov' - - - script: | - %USERPROFILE%\.nuget\packages\codecov\1.12.0\tools\codecov.exe - displayName: 'Upload coverage to codecov.io' -- 2.47.3