File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -236,8 +236,10 @@ jobs:
236236 run : dotnet restore
237237 working-directory : ./src
238238
239- - name : Install GitVersion
240- run : dotnet tool install --global GitVersion.Tool
239+ - name : Setup GitVersion
240+ uses :
gittools/actions/gitversion/[email protected] 241+ with :
242+ versionSpec : ' 6.0.5'
241243
242244 - name : Determine Version
243245 id : gitversion
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- workflow : TrunkBased/preview1
15+ workflow : GitHubFlow/v1
1616assembly-versioning-scheme : MajorMinorPatchTag
1717assembly-file-versioning-scheme : MajorMinorPatchTag
1818mode : ContinuousDeployment
You can’t perform that action at this time.
0 commit comments