Skip to content

Commit ad5102b

Browse files
liliankasemfabiocav
authored andcommitted
Update integration test path & build sln for tests, HostProcessLauncher testpath to debug
1 parent 72a414a commit ad5102b

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,12 @@ jobs:
306306
- ImageOverride -equals MMS2019TLS
307307
steps:
308308
- template: build/install-dotnet.yml
309+
- task: DotNetCoreCLI@2
310+
displayName: 'Build sln'
311+
inputs:
312+
command: 'build'
313+
projects: |
314+
**\WebJobs.Script.sln
309315
- task: DotNetCoreCLI@2
310316
displayName: 'Unit Tests'
311317
inputs:

test/WebJobs.Script.Tests.Integration/WebHostEndToEnd/HostProcessLauncher.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public async Task StartHostAsync(ITestOutputHelper outputHelper = null)
5656
var dirPath = Path.GetDirectoryName(typeof(HostProcessLauncher).Assembly.Location);
5757
var dirName = new DirectoryInfo(dirPath).Name;
5858

59-
string workingDir = Path.Combine("..", "..", "WebJobs.Script.WebHost", dirName);
59+
string workingDir = Path.Combine("..", "..", "WebJobs.Script.WebHost", $"{dirName}_net8.0");
6060
workingDir = Path.GetFullPath(workingDir);
6161
string filePath = Path.Combine(workingDir, "Microsoft.Azure.WebJobs.Script.WebHost.exe");
6262

test/WebJobs.Script.Tests/DepsFiles/net8.0/Microsoft.Azure.WebJobs.Script.WebHost.deps.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@
10301030
"runtime": {
10311031
"lib/netstandard2.0/Microsoft.Azure.WebJobs.Script.Abstractions.dll": {
10321032
"assemblyVersion": "1.0.0.0",
1033-
"fileVersion": "1.0.22000.0"
1033+
"fileVersion": "1.0.21962.0"
10341034
}
10351035
}
10361036
},
@@ -3755,7 +3755,7 @@
37553755
"Microsoft.Azure.WebJobs.Script.Abstractions/1.0.4-preview": {
37563756
"type": "package",
37573757
"serviceable": true,
3758-
"sha512": "sha512-U/aVn/i0P9MdPsca9TrLmTlKuGOJ8okTdifrBeNviwd80Xbv/+dIM/GGReQXaVVtUM5/SlbUHRAhvA9w0yuEyA==",
3758+
"sha512": "sha512-6yQIbQWV+Js168FJFPu0aIdwaVl6IkaIqZOuq9RT/8QgNFjIiHYE6w/bJjTDWzf4FccVgbYAz9nXWXd5u45OEg==",
37593759
"path": "microsoft.azure.webjobs.script.abstractions/1.0.4-preview",
37603760
"hashPath": "microsoft.azure.webjobs.script.abstractions.1.0.4-preview.nupkg.sha512"
37613761
},

0 commit comments

Comments
 (0)