Skip to content

Commit 0326da1

Browse files
committed
Fix the name of the param so it actually works
1 parent 404f9a4 commit 0326da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/Unstub.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
param(
2-
[string]$TelemetryTelemetryProviderGuid = ""
2+
[string]$TelemetryProviderGuid = ""
33
)
44

55
# This script unstubs the telemetry at build time and replaces the stubbed file with a reference internal nuget package

0 commit comments

Comments
 (0)