Compare commits

..

No commits in common. "02-26-a" and "master" have entirely different histories.

6 changed files with 3 additions and 37 deletions

View File

@ -1 +0,0 @@
[]

View File

@ -1,5 +0,0 @@
{
"[markdown]": {
"editor.wordWrap": "off"
}
}

28
.vscode/tasks.json vendored
View File

@ -1,28 +0,0 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "Build",
"command": "dotnet",
"type": "process",
"args": [
"build",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "Build Self",
"command": "dotnet",
"type": "process",
"args": [
"build",
"--runtime",
"win-x64",
"--self-contained"
],
"problemMatcher": "$msCompile"
},
]
}

View File

@ -23,7 +23,7 @@ steps:
displayName: Configuration displayName: Configuration
- script: | - script: |
set nugetSource=https://eaf-prod.mes.infineon.com/v3/index.json set nugetSource=https://messa08ec.ec.local/v3/index.json
echo %nugetSource% echo %nugetSource%
echo ##vso[task.setvariable variable=NugetSource;]%nugetSource% echo ##vso[task.setvariable variable=NugetSource;]%nugetSource%
echo $(NugetSource) echo $(NugetSource)

View File

@ -5,7 +5,7 @@ using System.Linq;
namespace PDF_Text_Stripper; namespace PDF_Text_Stripper;
public class Program internal class Program
{ {
private static void PDFTextStripper(string file) private static void PDFTextStripper(string file)

View File

@ -1,6 +1,6 @@
{ {
"sdk": { "sdk": {
"version": "8.0.100" "version": "6.0.202"
} }
} }