File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ ClientBin/
221221* .publishsettings
222222orleans.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
318318OpenCover /
319319
320- # Azure Stream Analytics local run output
320+ # Azure Stream Analytics local run output
321321ASALocalRun /
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 /** /
Original file line number Diff line number Diff 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 ..."
You can’t perform that action at this time.
0 commit comments