File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 shell : bash
4141 run : |
4242 echo '${{ secrets.CLIENT_LOCAL_SETTINGS_JSON }}' > src/ByteSync.Client/local.settings.json
43- echo '${{ secrets.FUNCTIONS_INTEGRATION_TESTS_LOCAL_SETTINGS_JSON }}' > src /ByteSync.Functions.IntegrationTests/functions-integration-tests.local.settings.json
43+ echo '${{ secrets.FUNCTIONS_INTEGRATION_TESTS_LOCAL_SETTINGS_JSON }}' > tests /ByteSync.Functions.IntegrationTests/functions-integration-tests.local.settings.json
4444
4545 - run : dotnet restore --locked-mode
4646 - run : dotnet clean --verbosity quiet
@@ -120,7 +120,7 @@ jobs:
120120 shell : bash
121121 run : |
122122 echo '${{ secrets.CLIENT_LOCAL_SETTINGS_JSON }}' > src/ByteSync.Client/local.settings.json
123- echo '${{ secrets.FUNCTIONS_INTEGRATION_TESTS_LOCAL_SETTINGS_JSON }}' > src /ByteSync.Functions.IntegrationTests/functions-integration-tests.local.settings.json
123+ echo '${{ secrets.FUNCTIONS_INTEGRATION_TESTS_LOCAL_SETTINGS_JSON }}' > tests /ByteSync.Functions.IntegrationTests/functions-integration-tests.local.settings.json
124124
125125 - run : dotnet restore --locked-mode
126126 - run : dotnet clean --verbosity quiet
@@ -199,7 +199,7 @@ jobs:
199199 shell : bash
200200 run : |
201201 echo '${{ secrets.CLIENT_LOCAL_SETTINGS_JSON }}' > src/ByteSync.Client/local.settings.json
202- echo '${{ secrets.FUNCTIONS_INTEGRATION_TESTS_LOCAL_SETTINGS_JSON }}' > src /ByteSync.Functions.IntegrationTests/functions-integration-tests.local.settings.json
202+ echo '${{ secrets.FUNCTIONS_INTEGRATION_TESTS_LOCAL_SETTINGS_JSON }}' > tests /ByteSync.Functions.IntegrationTests/functions-integration-tests.local.settings.json
203203
204204 - run : dotnet restore --locked-mode
205205 - run : dotnet clean --verbosity quiet
You can’t perform that action at this time.
0 commit comments