Skip to content

Commit 98500ad

Browse files
authored
fix: Add config file for ByteSync.Client
1 parent 1d378a7 commit 98500ad

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/trigger-PR-pipeline.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
uses: actions/setup-dotnet@v4
1919
with:
2020
dotnet-version: '8.0.x'
21-
21+
- name: Create config file for ByteSync.Client
22+
run: echo '${{ secrets.CLIENT_LOCAL_SETTINGS_JSON}}' > src/ByteSync.Client/local.settings.json
23+
2224
- run: dotnet restore --locked-mode
2325
- run: dotnet clean --verbosity quiet
2426
- run: dotnet build --verbosity quiet /property:WarningLevel=0

0 commit comments

Comments
 (0)