Skip to content

Commit

Permalink
added instruction to download Microsoft SQL Server Data-Tier Applicat…
Browse files Browse the repository at this point in the history
…ion Framework (microsoft#520)

Co-authored-by: Sriramdas Balaji <[email protected]>
  • Loading branch information
sriramdasbalaji and Sriramdas Balaji authored Mar 5, 2021
1 parent cde4959 commit c6b7cd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions labs/vstsextend/selenium/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ Let us configure a ***private*** self-hosted agent on this VM. Selenium requires

![configure_windowsagent](images/configureagent.png)

1. Download and install [Microsoft SQL Server Data-Tier Application Framework](https://www.microsoft.com/en-us/download/details.aspx?id=58207&WT.mc_id=rss_alldownloads_extensions). This would be required to deploy DACPAC using SqlPackage.exe in the release pipeline, which will be explained in the next exercise.
## Exercise 2: Configure Release Pipeline

The target machine is having agent configured to deploy the applications and run selenium testcases. The release definition uses **[Phases](https://docs.microsoft.com/en-us/vsts/build-release/concepts/process/phases){:target="_blank"}** to deploy to target servers.
Expand Down

0 comments on commit c6b7cd0

Please sign in to comment.