Skip to content

Commit

Permalink
[CI] Fix StackExchange stat publisher YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
melanchall committed Dec 10, 2023
1 parent 86e5820 commit 01a2300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/CI/stat-stackexchange.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ steps:
displayName: 'Export StackExchange info to InfluxDB Cloud'
inputs:
command: 'run'
projects: 'Resources/Utilities/ExportNuGetStatistics/ExportNuGetStatistics/ExportNuGetStatistics.csproj'
projects: 'Resources/Utilities/ExportStackExchangeStatistics/ExportStackExchangeStatistics/ExportStackExchangeStatistics.csproj'
arguments: '-c Release -- "$(InfluxDB.Url)" "$(InfluxDB.WriteToken)" "$(InfluxDB.ReadToken)" "$(InfluxDB.Organization)" "$(InfluxDB.Bucket)" "$(InfluxDB.Measurement.StackExchange)"'

0 comments on commit 01a2300

Please sign in to comment.