Removed 24 hour filter for missing header
Added MesEntity to file name for OI
This commit is contained in:
2023-04-20 11:33:46 -07:00
parent 2bb9f185fd
commit 34b7d75b20
19 changed files with 589 additions and 100 deletions

View File

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