Skip to content

Commit

Permalink
Merge pull request #149 from saucepleez/development-branch
Browse files Browse the repository at this point in the history
Development branch
  • Loading branch information
saucepleez committed Aug 2, 2019
2 parents d6d8788 + 5c1092f commit 6e04d04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,9 @@ steps:
timeServer: 'http://timestamp.digicert.com'
hashingAlgorithm: 'SHA256'

- task: DeleteFiles@1
inputs:
SourceFolder: '$(Build.SourcesDirectory)\taskt\bin\Release'
Contents: '\taskt.pdb'

- task: CopyFiles@2
inputs:
SourceFolder: '$(Build.SourcesDirectory)\taskt\bin\Release'
SourceFolder: '$(Build.SourcesDirectory)'
Contents: '**'
TargetFolder: '$(Build.ArtifactStagingDirectory)'

Expand Down
2 changes: 1 addition & 1 deletion taskt/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.0.*")]
[assembly: AssemblyFileVersion("3.1.0.0")]
[assembly: AssemblyFileVersion("3.2.0.0")]
//[assembly: AssemblyVersion("0.0.0.2")]
//[assembly: AssemblyFileVersion("0.0.0.2")]

0 comments on commit 6e04d04

Please sign in to comment.