Zi Chen

Results 75 comments of Zi Chen

Hi @fmouraine do you have the error text for the authentication error?

It doesn't look like sqlpackage is in the list of [pre-installed software on MacOS runners](https://github.com/actions/runner-images/blob/main/images/macos/macos-11-Readme.md) @dzsquared @chlafreniere We can either request sqlpackage to be added to that list or we...

Could you share a snippet of your yaml definition with the Azure login and sql-action tasks?

Formatted yml: ```yml release: # Set the dependency for the build job needs: BuildDacpac # The type of runner that the job will run on runs-on: windows-latest environment: PRD permissions:...

Looks like the Actions steps themselves were masked (maybe the email client thought they were email addresses), but as @dzsquared mentioned, could you try using [email protected]? ```yml - name: Azure...

@chlafreniere Before we forget, can you add the OS platform and auth type you were using?

Closing this issue due to no repro. We call sqlpackage directly so if something's not retried, the logic lies in sqlpackage anyway. Feel free to reopen if issue persists and...