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 eb7cea3 commit 820efedCopy full SHA for 820efed
.github/workflows/build.yml
@@ -207,11 +207,6 @@ jobs:
207
id: build
208
run: dotnet build ${{ matrix.slnf }} -c Release --no-restore --nologo -v:minimal -flp:logfile=build.log -p:CopyLocalLockFileAssemblies=true -bl:build.binlog
209
210
- - name: Ensure Cocoa Bindings are up to date
211
- if: ${{ runner.os == 'macOS' }}
212
- shell: pwsh
213
- run: scripts/dirty-check.ps1 -PathToCheck "src/Sentry.Bindings.Cocoa/*.cs" -GuidanceOnFailure "Uncommitted changes to Sentry.Bindings.Cocoa detected. Run `scripts/generate-cocoa-bindings.ps1` locally and commit changes."
214
-
215
- name: Upload build logs
216
if: ${{ always() }}
217
uses: actions/upload-artifact@v4
0 commit comments