Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmrdavid committed Oct 1, 2024
1 parent 1c8cf8e commit 4393d04
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/smoketest-dotnet-isolated-v4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,15 @@ jobs:
run: dotnet restore $solution

- name: Build and pack WebJobs extension
run: cd /root/src/WebJobs.Extensions.DurableTask && \
run: cd ./src/WebJobs.Extensions.DurableTask && \
mkdir /out && \
dotnet build -c Release WebJobs.Extensions.DurableTask.csproj --output /out && \
mkdir /packages && \
dotnet nuget push /out/Microsoft.Azure.WebJobs.Extensions.DurableTask.*.nupkg --source /packages && \
dotnet nuget add source /packages

- name: Build .NET Isolated Smoke Test
run: cd /root/test/SmokeTests/OOProcSmokeTests/DotNetIsolated && \
mkdir -p /home/site/wwwroot && \
run: cd ./test/SmokeTests/OOProcSmokeTests/DotNetIsolated && \
dotnet restore --verbosity normal && \
dotnet build -c Release

Expand Down

0 comments on commit 4393d04

Please sign in to comment.