File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,21 +46,11 @@ steps:
4646 configuration : ' Release'
4747 msbuildArguments : ' /restore /t:Build /p:ContinuousIntegrationBuild=true /p:Deterministic=false /t:Pack /p:PackageVersion=$(Build.BuildNumber) /p:PackageOutputPath=$(build.artifactstagingdirectory)/final /p:AssemblyFileVersion=$(Build.BuildNumber)'
4848 clean : true
49-
50- # copy all the nupkg files created to the artifact directory
51- - task : CopyFiles@2
52- displayName : ' Copy Files to: $(build.artifactstagingdirectory)'
53- inputs :
54- SourceFolder : ' $(build.sourcesdirectory)'
55- Contents : ' **\*.nupkg'
56- TargetFolder : ' $(build.artifactstagingdirectory)'
49+
5750
5851
5952# publish the artifacts as results of the build
6053- task : PublishBuildArtifacts@1
6154 displayName : ' Publish Artifact: drop'
6255
63- - task : DeleteFiles@1
64- inputs :
65- SourceFolder : ' $(build.artifactstagingdirectory)'
66- Contents : ' **\*.symbols.nupkg'
56+
You can’t perform that action at this time.
0 commit comments