diff options
-rw-r--r-- | .codecov.yml | 2 | ||||
-rw-r--r-- | scripts/nuget.autopkg | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 0000000..230b4ed --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,2 @@ +comment: false + diff --git a/scripts/nuget.autopkg b/scripts/nuget.autopkg index 8f333f2..1a3fc22 100644 --- a/scripts/nuget.autopkg +++ b/scripts/nuget.autopkg @@ -1,10 +1,8 @@ configurations { - // This node contains custom pivot information. - Toolset - { - key: "PlatformToolset"; - choices: { v140, v120, v110, v100 }; - } + Toolset { + key: "PlatformToolset"; + choices: { v140, v120, v110, v100 }; + } } nuget { nuspec { |