I'm trying to run a build process via Devops using an 'SQL Change Automation: Build' task but it hangs on 'Validating SQL Source Control project'.
I'm using TFS as source control and the source database has just a single table and no data.
The source database resides on SQL Server 2017 and I'm using the same server for the temporary validation database.
The build task is being run on my build server using a self-hosted agent. The agent has sysadmin access to the SQL Server.
The temporary database is created for the validation but the validation never completes.
I'm using TFS as source control and the source database has just a single table and no data.
The source database resides on SQL Server 2017 and I'm using the same server for the temporary validation database.
The build task is being run on my build server using a self-hosted agent. The agent has sysadmin access to the SQL Server.
The temporary database is created for the validation but the validation never completes.