Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Rename azure pipeline solution
Browse files Browse the repository at this point in the history
  • Loading branch information
smith1511 committed Jul 19, 2019
1 parent c177df6 commit 79dabae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Expand Up @@ -11,7 +11,7 @@ pool:

variables:
buildConfiguration: 'Release'
slnFile: 'src/AzureRenderManager/AzureRenderManager.sln'
slnFile: 'src/AzureRenderHub/AzureRenderHub.sln'

steps:
- script: dotnet build --configuration $(buildConfiguration) $(slnFile)
Expand Down

0 comments on commit 79dabae

Please sign in to comment.