InfinityQSV2
This commit is contained in:
@ -18,6 +18,12 @@ pool:
|
||||
name: Mesa-IIS
|
||||
demands: OI-Metrology-Server-Development
|
||||
|
||||
variables:
|
||||
# solution: '**/*.sln'
|
||||
# buildPlatform: 'Any CPU'
|
||||
buildConfiguration: 'Debug'
|
||||
ASPNETCORE_ENVIRONMENT: 'Development'
|
||||
|
||||
steps:
|
||||
- script: |
|
||||
set coreVersion=net7.0
|
||||
@ -84,7 +90,7 @@ steps:
|
||||
- script: "dotnet test --configuration $(Configuration)"
|
||||
workingDirectory: Tests
|
||||
displayName: "Core Test"
|
||||
enabled: false
|
||||
# enabled: false
|
||||
|
||||
- script: '"C:\program files\dotnet\dotnet.exe" tool restore'
|
||||
workingDirectory: Server
|
||||
|
Reference in New Issue
Block a user