You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
Hello,
Working on utilizing this to automatically deploy my DB project to a SQL Azure database. However, when I try it, I'm getting the following:
_> Run Azure/[email protected]
You should be able to find the code and runs here: GitHub\PASS2022Demo
BuildProject.txt
The BuildProject.txt is a copy of the yml action file being used.
Code in question:
- name: run-sqlpackage
uses: Azure/[email protected]
with:
action: 'Publish'
sourcepath: ${{env.SOLUTION_FILE_PATH}}\bin\debug\
profile: ${{env.SOLUTION_FILE_PATH}}\PublishProfiles\dev.publish.xml
The text was updated successfully, but these errors were encountered: