We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c1a14 commit 141dec3Copy full SHA for 141dec3
1 file changed
azure-pipelines.yml
@@ -28,9 +28,4 @@ steps:
28
projects: 'tests/React.Tests/React.Tests.csproj'
29
arguments: '--no-build --configuration $(buildConfiguration)'
30
31
- - task: DotNetCoreCLI@2
32
- inputs:
33
- command: 'pack'
34
- packagesToPack: '**/*.csproj'
35
- versioningScheme: 'off'
36
-
+ - task: PublishBuildArtifacts@1
0 commit comments