Skip to content

Commit 722bb32

Browse files
committed
Fixing yml file
1 parent ab1a161 commit 722bb32

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,5 @@
33
# Add steps that run tests, create a NuGet package, deploy, and more:
44
# https://docs.microsoft.com/vsts/pipelines/languages/dotnet-core
55

6-
pool:
7-
vmImage: 'Ubuntu 18.04'
8-
9-
variables:
10-
buildConfiguration: 'Release'
11-
12-
steps:
13-
- script: dotnet build --configuration $(buildConfiguration)
14-
displayName: 'dotnet build $(buildConfiguration)'
15-
166
script:
17-
- ps: .\build.ps1
7+
- ps: .\build\build.ps1

0 commit comments

Comments
 (0)