Skip to content

Commit 141dec3

Browse files
I should know better than to try and update CI scripts late at night
This reverts commit 11c1a14.
1 parent 11c1a14 commit 141dec3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

azure-pipelines.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,4 @@ steps:
2828
projects: 'tests/React.Tests/React.Tests.csproj'
2929
arguments: '--no-build --configuration $(buildConfiguration)'
3030

31-
- task: DotNetCoreCLI@2
32-
inputs:
33-
command: 'pack'
34-
packagesToPack: '**/*.csproj'
35-
versioningScheme: 'off'
36-
31+
- task: PublishBuildArtifacts@1

0 commit comments

Comments
 (0)