We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d378a7 commit 98500adCopy full SHA for 98500ad
1 file changed
.github/workflows/trigger-PR-pipeline.yml
@@ -18,7 +18,9 @@ jobs:
18
uses: actions/setup-dotnet@v4
19
with:
20
dotnet-version: '8.0.x'
21
-
+ - name: Create config file for ByteSync.Client
22
+ run: echo '${{ secrets.CLIENT_LOCAL_SETTINGS_JSON}}' > src/ByteSync.Client/local.settings.json
23
+
24
- run: dotnet restore --locked-mode
25
- run: dotnet clean --verbosity quiet
26
- run: dotnet build --verbosity quiet /property:WarningLevel=0
0 commit comments