File tree 3 files changed +5
-1
lines changed
tests/Aspire.Playground.Tests
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,8 @@ jobs:
121
121
sudo apt-get install -y azure-functions-core-tools-4
122
122
123
123
- name : Test ${{ matrix.tests.project }}
124
+ env :
125
+ CI : false
124
126
run : |
125
127
${{ matrix.tests.command }}
126
128
@@ -184,6 +186,7 @@ jobs:
184
186
185
187
- name : Test ${{ matrix.tests.project }}
186
188
env :
189
+ CI : false
187
190
BUILT_NUGETS_PATH : ${{ github.workspace }}/artifacts/packages/Release/Shipping
188
191
run : |
189
192
${{ matrix.tests.command }}
Original file line number Diff line number Diff line change 59
59
60
60
<_TestRunnerWindows >./eng/build.ps1</_TestRunnerWindows >
61
61
<_TestRunnerLinux >./eng/build.sh</_TestRunnerLinux >
62
- <_TestCommand >-restore -build -test -projects " $(_RelativeTestProjectPath)" /bl:" $(_RelativeTestBinLog)" -c $(Configuration) -ci /p:CI=false </_TestCommand >
62
+ <_TestCommand >-restore -build -test -projects " $(_RelativeTestProjectPath)" /bl:" $(_RelativeTestBinLog)" -c $(Configuration) -ci</_TestCommand >
63
63
64
64
<!-- Tests requiring packages must be run in the "out of repo" mode -->
65
65
<_TestCommand Condition =" '$(_RequiresPackages)' == 'true' " >$(_TestCommand) /p:TestsRunningOutsideOfRepo=true</_TestCommand >
Original file line number Diff line number Diff line change 69
69
<ItemGroup >
70
70
<ProjectReference Include =" $(PlaygroundSourceDir)AspireEventHub/EventHubs.AppHost/EventHubs.AppHost.csproj" />
71
71
<ProjectReference Include =" $(PlaygroundSourceDir)AzureFunctionsEndToEnd/AzureFunctionsEndToEnd.AppHost/AzureFunctionsEndToEnd.AppHost.csproj" />
72
+ <ProjectReference Include =" $(PlaygroundSourceDir)AzureFunctionsEndToEnd/AzureFunctionsEndToEnd.Functions/AzureFunctionsEndToEnd.Functions.csproj" />
72
73
<ProjectReference Include =" $(PlaygroundSourceDir)AzureStorageEndToEnd/AzureStorageEndToEnd.AppHost/AzureStorageEndToEnd.AppHost.csproj" />
73
74
<ProjectReference Include =" $(PlaygroundSourceDir)CosmosEndToEnd/CosmosEndToEnd.AppHost/CosmosEndToEnd.AppHost.csproj" />
74
75
<ProjectReference Include =" $(PlaygroundSourceDir)kafka/KafkaBasic.AppHost/KafkaBasic.AppHost.csproj" />
You can’t perform that action at this time.
0 commit comments