File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 6464
6565 - name : Setting new version to addin
6666 run : |
67- (Get-Content e-verse.Navisworks.SelectByRevitId.Plugin/Utils/SettingsConfig.cs) -replace '1.0.0', ' "${{ steps.gitversion.outputs.majorMinorPatch }}"' | Out-File -encoding ASCII R e-verse.Navisworks.SelectByRevitId.Plugin/Utils/SettingsConfig.cs
67+ (Get-Content e-verse.Navisworks.SelectByRevitId.Plugin/Utils/SettingsConfig.cs) -replace '1.0.0', "${{ steps.gitversion.outputs.majorMinorPatch }}" | Out-File -encoding ASCII e-verse.Navisworks.SelectByRevitId.Plugin/Utils/SettingsConfig.cs
6868
6969 # Change the version inside of the 'e-verse.Navisworks.SelectByRevitId.Installer.g.wxs' file
7070 - name : Setting new version to the 'e-verse.Navisworks.SelectByRevitId.Installer.g.wxs' file
You can’t perform that action at this time.
0 commit comments