Skip to content

Commit 70fa391

Browse files
committed
Fix missing git version files
1 parent e12fa25 commit 70fa391

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ ClientBin/
221221
*.publishsettings
222222
orleans.codegen.cs
223223

224-
# Including strong name files can present a security risk
224+
# Including strong name files can present a security risk
225225
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
226226
#*.snk
227227

@@ -317,7 +317,7 @@ __pycache__/
317317
# OpenCover UI analysis results
318318
OpenCover/
319319

320-
# Azure Stream Analytics local run output
320+
# Azure Stream Analytics local run output
321321
ASALocalRun/
322322

323323
# MSBuild Binary and Structured Log
@@ -326,7 +326,8 @@ ASALocalRun/
326326
# NVidia Nsight GPU debugger configuration file
327327
*.nvuser
328328

329-
# MFractors (Xamarin productivity tool) working folder
329+
# MFractors (Xamarin productivity tool) working folder
330330
.mfractor/
331331

332332
**/wwwroot/auth/**/*.*
333+
!tools/GitVersion/**/

tools/GitVersion/Run-GitVersion.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ Process {
1313
$gitversionoutput = & "$PSScriptRoot\GitVersion.exe" $parameter1 $parameter2
1414
Write-Verbose " Done"
1515

16-
Write-Output $gitversionoutput
17-
1816
$jsonObj = "$gitversionoutput" | ConvertFrom-Json
1917

2018
Write-Verbose "Writing variables ..."
1.08 MB
Binary file not shown.
836 KB
Binary file not shown.

0 commit comments

Comments
 (0)